mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
docs: Add Ollama model configuration instructions to DeepSeek post
This commit is contained in:
parent
095a05a8e1
commit
b642543600
1 changed files with 2 additions and 0 deletions
|
@ -122,6 +122,8 @@ Unlike most other LLM servers, Ollama does not throw an error if you submit a re
|
||||||
|
|
||||||
So if your context window is too small, you won’t get an explicit error. The biggest symptom will be that aider says it can’t see (some of) the files you added to the chat. That’s because ollama is silently discarding them because they exceed the context window.
|
So if your context window is too small, you won’t get an explicit error. The biggest symptom will be that aider says it can’t see (some of) the files you added to the chat. That’s because ollama is silently discarding them because they exceed the context window.
|
||||||
|
|
||||||
|
Create a `.aider.model.settings.yml` file in your home directory or git project root with settings like this:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: ollama/deepseek-v3
|
- name: ollama/deepseek-v3
|
||||||
edit_format: diff
|
edit_format: diff
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue