mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
Update ctags.md
This commit is contained in:
parent
9e3549e77e
commit
b7be2a8d01
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ 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 all of its subsystems.
|
||||||
Depending on the coding task, it may not be obvious
|
Depending on the coding task, it may be hard
|
||||||
how to determine which parts of the codebase are relevent to solving the task.
|
to determine which parts of the codebase are relevent to solving the task.
|
||||||
Even assuming we can identify all the needed context, we must
|
Even assuming we can identify all the needed context, we must
|
||||||
ensure that it fits within GPT-4's 8k-token
|
ensure that it fits within GPT-4's 8k-token
|
||||||
context window.
|
context window.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue