mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
copy
This commit is contained in:
parent
7cc26f0cb2
commit
006f8e4f73
1 changed files with 3 additions and 3 deletions
|
@ -8,9 +8,9 @@ a complex pre-existing codebase, which has many dependencies
|
|||
between different parts of the system.
|
||||
To modify such code, GPT needs to understand all of these dependencies.
|
||||
And depending on the assigned coding task, it may not be obvious
|
||||
how to even determine which parts of the repo are relevent to the task.
|
||||
Further, assuming we can identify the correct context, it still
|
||||
needs to fit within GPT-4's 8k-token
|
||||
how to even determine which parts of the codebase are relevent to solving the task.
|
||||
Further, assuming we can identify all the needed context, we must
|
||||
ensure that it fits within GPT-4's 8k-token
|
||||
context window.
|
||||
|
||||
To address this issue, `aider` has
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue