This commit is contained in:
Paul Gauthier 2023-05-22 15:57:35 -07:00
parent 7cc26f0cb2
commit 006f8e4f73

View file

@ -8,9 +8,9 @@ a complex pre-existing codebase, which has many dependencies
between different parts of the system. between different parts of the system.
To modify such code, GPT needs to understand all of these dependencies. To modify such code, GPT needs to understand all of these dependencies.
And depending on the assigned coding task, it may not be obvious 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. how to even determine which parts of the codebase are relevent to solving the task.
Further, assuming we can identify the correct context, it still Further, assuming we can identify all the needed context, we must
needs to fit within GPT-4's 8k-token ensure that it fits within GPT-4's 8k-token
context window. context window.
To address this issue, `aider` has To address this issue, `aider` has