mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-07 05:05:01 +00:00
feat: Add --check-model-accepts-settings flag with default true
This commit is contained in:
parent
9fd5cfa777
commit
076c38526a
2 changed files with 8 additions and 2 deletions
|
@ -181,6 +181,12 @@ def get_parser(default_config_files, git_root):
|
|||
default=True,
|
||||
help="Only work with models that have meta-data available (default: True)",
|
||||
)
|
||||
group.add_argument(
|
||||
"--check-model-accepts-settings",
|
||||
action=argparse.BooleanOptionalAction,
|
||||
default=True,
|
||||
help="Check if model accepts settings like reasoning_effort/thinking_tokens (default: True)",
|
||||
)
|
||||
group.add_argument(
|
||||
"--max-chat-history-tokens",
|
||||
type=int,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue