Merge pull request #3485 from codefromthecrypt/patch-1

ollama: suggest higher minimum context length
This commit is contained in:
paul-gauthier 2025-03-21 09:36:06 -07:00 committed by GitHub
commit a82c0f9e49
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,8 +11,8 @@ Aider can connect to local Ollama models.
# Pull the model
ollama pull <model>
# Start your ollama server
ollama serve
# Start your ollama server, increasing the context window to 8k tokens
OLLAMA_CONTEXT_LENGTH=8192 ollama serve
# In another terminal window...
python -m pip install -U aider-chat