mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +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
|
# Pull the model
|
||||||
ollama pull <model>
|
ollama pull <model>
|
||||||
|
|
||||||
# Start your ollama server
|
# Start your ollama server, increasing the context window to 8k tokens
|
||||||
ollama serve
|
OLLAMA_CONTEXT_LENGTH=8192 ollama serve
|
||||||
|
|
||||||
# In another terminal window...
|
# In another terminal window...
|
||||||
python -m pip install -U aider-chat
|
python -m pip install -U aider-chat
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue