mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
copy
This commit is contained in:
parent
7cef19e455
commit
8e6774babd
1 changed files with 4 additions and 6 deletions
|
@ -69,12 +69,10 @@ Mapping out the repo like this provides some benefits:
|
||||||
- If it needs to see more code, GPT can use the map to figure out by itself which files it needs to look at. GPT will then ask to see these specific files, and `aider` will automatically add them to the chat context (with user approval).
|
- If it needs to see more code, GPT can use the map to figure out by itself which files it needs to look at. GPT will then ask to see these specific files, and `aider` will automatically add them to the chat context (with user approval).
|
||||||
|
|
||||||
Of course, for large repositories, even their map might be too large
|
Of course, for large repositories, even their map might be too large
|
||||||
for the context window.
|
for the context window. However, this mapping approach opens up the
|
||||||
However, this mapping approach opens up the ability
|
ability to collaborate with GPT-4 on larger codebases than previous
|
||||||
to collaborate with GPT-4 on larger codebases
|
methods. It also minimizes the need for manual curation of files to
|
||||||
than previous methods.
|
add to the chat context, empowering GPT to autonomously identify
|
||||||
It also minimizes the need for manual curation of
|
|
||||||
files to add to the chat, empowering GPT to autonomously identify
|
|
||||||
relevant files for the task at hand.
|
relevant files for the task at hand.
|
||||||
|
|
||||||
## Using ctags to make the map
|
## Using ctags to make the map
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue