This commit is contained in:
Paul Gauthier 2024-08-27 11:51:38 -07:00
parent d8adc75d7b
commit 57809fbbbb
3 changed files with 4 additions and 5 deletions

View file

@ -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")