mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
Update ctags.md
This commit is contained in:
parent
cc3de6730a
commit
d1ccd1328c
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ system works.
|
|||
A simple solution is to send the **entire codebase** to GPT along with
|
||||
each change request. Now GPT has all the context! But even moderately
|
||||
sized repos won't fit in the 8k-token GPT-4 context window. An
|
||||
improvement is to be selective, and hand pick which files from the
|
||||
improved approach is to be selective, and hand pick which files from the
|
||||
repo to send. For the example above, you could send the file that
|
||||
contains Foo and the file that contains the logging subsystem.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue