From b6425436005b640a372d1feb3584cadf4c762e1a Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 28 Jan 2025 11:15:31 -0800 Subject: [PATCH] docs: Add Ollama model configuration instructions to DeepSeek post --- aider/website/_posts/2025-01-28-deepseek-down.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aider/website/_posts/2025-01-28-deepseek-down.md b/aider/website/_posts/2025-01-28-deepseek-down.md index 1d3d6919b..7730d7161 100644 --- a/aider/website/_posts/2025-01-28-deepseek-down.md +++ b/aider/website/_posts/2025-01-28-deepseek-down.md @@ -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. +Create a `.aider.model.settings.yml` file in your home directory or git project root with settings like this: + ```yaml - name: ollama/deepseek-v3 edit_format: diff