mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
copy
This commit is contained in:
parent
96c63dfb66
commit
ead85e8e96
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ that has no dependencies.
|
||||||
But it's difficult to use GPT-4 to modify or extend
|
But it's difficult to use GPT-4 to modify or extend
|
||||||
a large, complex pre-existing codebase.
|
a large, complex pre-existing codebase.
|
||||||
To modify such code, GPT needs to understand the dependencies and APIs
|
To modify such code, GPT needs to understand the dependencies and APIs
|
||||||
which interconnect all of its subsystems.
|
which interconnect its subsystems.
|
||||||
Somehow we need to provide this "code context" to GPT
|
Somehow we need to provide this "code context" to GPT
|
||||||
when we ask it to accomplish a coding task. Specifically, we need to:
|
when we ask it to accomplish a coding task. Specifically, we need to:
|
||||||
|
|
||||||
|
@ -63,7 +63,7 @@ For the example above, you could send the file that
|
||||||
contains the Foo class
|
contains the Foo class
|
||||||
and the file that contains the BarLog logging subsystem.
|
and the file that contains the BarLog logging subsystem.
|
||||||
This works pretty well, and is supported by `aider` -- you
|
This works pretty well, and is supported by `aider` -- you
|
||||||
can manually specify which files to "add to the chat".
|
can manually specify which files to "add to the chat" you are having with GPT.
|
||||||
|
|
||||||
But it's not ideal to have to manually identify the right
|
But it's not ideal to have to manually identify the right
|
||||||
set of files to add to the chat.
|
set of files to add to the chat.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue