mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
copy
This commit is contained in:
parent
897e19372e
commit
8b28539b4e
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ in Foo 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
|
||||
every change request. Now GPT has all the context! But even moderately
|
||||
sized repos won't all fit in the 8K GPT-4 context window. An
|
||||
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
|
||||
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