From 13c5bfdd88d5e52f059ff77904286780d1987b05 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 25 Nov 2024 09:05:52 -0800 Subject: [PATCH] copy --- aider/website/docs/troubleshooting/edit-errors.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/aider/website/docs/troubleshooting/edit-errors.md b/aider/website/docs/troubleshooting/edit-errors.md index 973983679..6bd693627 100644 --- a/aider/website/docs/troubleshooting/edit-errors.md +++ b/aider/website/docs/troubleshooting/edit-errors.md @@ -45,6 +45,11 @@ so editing errors are probably unavoidable. Local models which have been quantized are even more likely to have problems because they are not capable enough to follow aider's system prompts. +Be especially careful about the +[Ollama context window](https://aider.chat/docs/llms/ollama.html#setting-the-context-window-size) +when working with local models. +It defaults to be very small and silently discards data if you exceed it. + ## Try the whole edit format Run aider with `--edit-format whole` if were using a different edit format.