mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
Merge pull request #3485 from codefromthecrypt/patch-1
ollama: suggest higher minimum context length
This commit is contained in:
commit
a82c0f9e49
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue