mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 12:45:00 +00:00
Note that --map-tokens is suggested not max tokens
This commit is contained in:
parent
455487e5a9
commit
1ec02d7c73
6 changed files with 6 additions and 6 deletions
|
@ -199,7 +199,7 @@ def get_parser(default_config_files, git_root):
|
|||
"--map-tokens",
|
||||
type=int,
|
||||
default=None,
|
||||
help="Max number of tokens to use for repo map, use 0 to disable (default: 1024)",
|
||||
help="Suggested number of tokens to use for repo map, use 0 to disable (default: 1024)",
|
||||
)
|
||||
group.add_argument(
|
||||
"--map-refresh",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue