mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
feat: Add --map-multiplier-no-files switch with default value of 2
This commit is contained in:
parent
1ec02d7c73
commit
87d9a559cb
1 changed files with 6 additions and 0 deletions
|
@ -213,6 +213,12 @@ def get_parser(default_config_files, git_root):
|
||||||
default=False,
|
default=False,
|
||||||
help="Enable caching of prompts (default: False)",
|
help="Enable caching of prompts (default: False)",
|
||||||
)
|
)
|
||||||
|
group.add_argument(
|
||||||
|
"--map-multiplier-no-files",
|
||||||
|
type=float,
|
||||||
|
default=2,
|
||||||
|
help="Multiplier for map tokens when no files are specified (default: 2)",
|
||||||
|
)
|
||||||
group.add_argument(
|
group.add_argument(
|
||||||
"--max-chat-history-tokens",
|
"--max-chat-history-tokens",
|
||||||
type=int,
|
type=int,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue