From 6c10b611761b45e3a2d2251c6e37d90b6064b32a Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 20 Jun 2024 07:22:44 -0700 Subject: [PATCH] copy --- website/docs/troubleshooting/edit-errors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/troubleshooting/edit-errors.md b/website/docs/troubleshooting/edit-errors.md index 7c7a4a359..dbbd527dd 100644 --- a/website/docs/troubleshooting/edit-errors.md +++ b/website/docs/troubleshooting/edit-errors.md @@ -33,8 +33,8 @@ so editing errors are probably unavoidable. ## Reduce distractions Many LLM now have very large context windows, -but filling them with irrelevant code often -cofuses the model. +but filling them with irrelevant code or conversation +can cofuse the model. - Don't add too many files to the chat, *just* add the files you think need to be edited. Aider also sends the LLM a [map of your entire git repo](https://aider.chat/docs/repomap.html), so other relevant code will be included automatically.