mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
copy
This commit is contained in:
parent
eab65ee49d
commit
a81c94b197
1 changed files with 8 additions and 4 deletions
|
@ -2,10 +2,14 @@
|
||||||
# Enhancing GPT-4's understanding of repos using ctags
|
# Enhancing GPT-4's understanding of repos using ctags
|
||||||
|
|
||||||
While GPT-4 excels at coding tasks, it struggles with making
|
While GPT-4 excels at coding tasks, it struggles with making
|
||||||
modifications within large code bases. Its limited context window
|
modifications within large code bases.
|
||||||
prevents it from understanding large amounts of code. Many common
|
Many common
|
||||||
code changes require knowledge and context from multiple files
|
types of code changes require knowledge and context from multiple files
|
||||||
scattered throughout a large repo. To address this issue, `aider` has
|
scattered throughout a large repo.
|
||||||
|
This is a challenge for GPT-4, which can only consider the 8k-tokens
|
||||||
|
worth of code which can fit in its context window.
|
||||||
|
|
||||||
|
To address this issue, `aider` has
|
||||||
introduced an experimental feature that utilizes `ctags` to provide
|
introduced an experimental feature that utilizes `ctags` to provide
|
||||||
GPT with a **repo map**, enabling it to better comprehend and navigate
|
GPT with a **repo map**, enabling it to better comprehend and navigate
|
||||||
larger repositories.
|
larger repositories.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue