This commit is contained in:
Paul Gauthier 2024-06-20 07:22:44 -07:00
parent 4e6a546efd
commit 6c10b61176

View file

@ -33,8 +33,8 @@ so editing errors are probably unavoidable.
## Reduce distractions ## Reduce distractions
Many LLM now have very large context windows, Many LLM now have very large context windows,
but filling them with irrelevant code often but filling them with irrelevant code or conversation
cofuses the model. can cofuse the model.
- Don't add too many files to the chat, *just* add the files you think need to be edited. - 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. 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.