mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
copy
This commit is contained in:
parent
b67ef10c27
commit
fc1b879fc6
1 changed files with 5 additions and 4 deletions
|
@ -176,10 +176,11 @@ able to quickly fix the issue after being shown the `pytest` error output.
|
||||||
|
|
||||||
## Future work
|
## Future work
|
||||||
|
|
||||||
Just as it was inefficient to send "the whole codebase" to GPT with
|
Just as send "the whole codebase to GPT with every request"
|
||||||
every request, there are probably better approaches than sending
|
is not an efficient solution to this problem,
|
||||||
"the whole repo map" with every request.
|
there are probably better approaches than
|
||||||
Sending a subset of the repo map would help `aider` work
|
"send the whole repo map with every request".
|
||||||
|
Sending an appropriate subset of the repo map would help `aider` work
|
||||||
better with even larger repositories which have large maps:
|
better with even larger repositories which have large maps:
|
||||||
|
|
||||||
Some possible approaches to reducing the amount of map data are:
|
Some possible approaches to reducing the amount of map data are:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue