211 Downloads Updated 1 year ago
ollama run joreilly86/engineering_assistant_3.0
Updated 1 year ago
1 year ago
5bafef5d112d · 4.7GB ·
The General Engineering Assistant is an AI tool designed to support a wide range of engineering tasks. Leveraging the power of the Llama 3 instruction-tuned model, this assistant provides comprehensive support across administrative, civil, structural, geotechnical, and mechanical engineering domains.
The model uses specialized expert agents to provide targeted support across administrative, civil, structural, geotechnical, and mechanical engineering tasks, leveraging their distinct competencies and collaborative problem-solving capabilities to provide comprehensive, accurate, and efficient solutions tailored to the user’s specific engineering challenges.
This is a work in progress that I am continuously tuning.
Pull the Model
ollama pull joreilly86/structural_llama_3.0
Install OpenWebUI Using Docker
docker pull openwebui/openwebui:latest
docker run -p 8080:8080 openwebui/openwebui:latest
Run the Model with OpenWebUI
http://localhost:8080 and configure it to use the structural_llama_3.0 model.Interact with the model using:
ollama run joreilly86/structural_llama_3.0 "Your question or instruction here"
Technical Guidance:
ollama run joreilly86/structural_llama_3.0 "Explain the factors affecting the stability of a cantilever beam."
Code Generation:
ollama run joreilly86/structural_llama_3.0 "Generate a Python function to calculate the bending moment of a simply supported beam."
For issues and support, check out the Ollama Documentation. For Python for Engineering stuff, visit flocode.dev.