mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 14:25:00 +00:00
typo
This commit is contained in:
parent
a8b854fe8d
commit
23cc78f36b
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ class Coder:
|
|||
if map_tokens > max_map_tokens:
|
||||
self.io.tool_error(
|
||||
f"Warning: map-tokens > {max_map_tokens} is not recommended as too much"
|
||||
" irrelevant code can confused GPT."
|
||||
" irrelevant code can confuse GPT."
|
||||
)
|
||||
else:
|
||||
self.io.tool_output("Repo-map: disabled because map_tokens == 0")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue