diff --git a/aider/website/docs/llms/ollama.md b/aider/website/docs/llms/ollama.md index 014baa175..463dc4a3e 100644 --- a/aider/website/docs/llms/ollama.md +++ b/aider/website/docs/llms/ollama.md @@ -11,8 +11,8 @@ Aider can connect to local Ollama models. # Pull the model ollama pull -# 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