mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
copy
This commit is contained in:
parent
e45064c2ee
commit
b282e9c6b1
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ use the logging system", it needs to see the code in the Foo class
|
|||
with the prints, and it also needs to understand how the logging
|
||||
system works.
|
||||
|
||||
A simple solution is to send the **entire codebase** to GPT along with
|
||||
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 to send**.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue