This commit is contained in:
Paul Gauthier 2023-05-21 17:13:58 -07:00
parent ee5636959e
commit 68bca8b2e5

View file

@ -6,8 +6,8 @@ code in larger code bases.
Many common Many common
types of 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. scattered throughout a large repo.
This is a challenge for GPT-4, which can only consider 8k-tokens This is a challenge for GPT-4, which can only fit 8k-tokens
worth of code which can fit in its context window. worth of code in its context window.
To address this issue, `aider` has To address this issue, `aider` has
introduced an experimental feature that utilizes `ctags` to provide introduced an experimental feature that utilizes `ctags` to provide