mirror of https://github.com/aliasrobotics/cai.git
420 B
420 B
Ollama Configuration
Ollama Integration
For local models using Ollama, add the following to your .env:
CAI_MODEL=qwen2.5:72b
OLLAMA_API_BASE=http://localhost:8000/v1 # note, maybe you have a different endpoint
Make sure that the Ollama server is running and accessible at the specified base URL. You can swap the model with any other supported by your local Ollama instance.