- Install Ollama
brew install ollama - Pull and run a model
ollama run deepseek-coder:6.7b - By default Ollama is exposed the APIs on the
http://localhost:11434/Visit and check it's running. - Clone the app and run
python main.py
- Python
- OpenAI
- Ollama
- Deepseek-coder:6.7b (Open LLM model)
- Langchain