mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 14:55:00 +00:00
copy
This commit is contained in:
parent
78a2dee43f
commit
e45064c2ee
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ 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 context window. An
|
||||
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
|
||||
improved approach is to be selective, and **hand pick which files to send**.
|
||||
For the example above, you could send the file that
|
||||
contains Foo and the file that contains the logging subsystem.
|
||||
|
||||
This works pretty well, and is how `aider` previously worked. You
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue