mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
copy
This commit is contained in:
parent
d8adc75d7b
commit
57809fbbbb
3 changed files with 4 additions and 5 deletions
|
@ -207,7 +207,7 @@ class Coder:
|
|||
if map_tokens > max_map_tokens:
|
||||
lines.append(
|
||||
f"Warning: map-tokens > {max_map_tokens} is not recommended as too much"
|
||||
" irrelevant code can confuse GPT."
|
||||
" irrelevant code can confuse LLMs."
|
||||
)
|
||||
else:
|
||||
lines.append("Repo-map: disabled because map_tokens == 0")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue