mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 20:54:59 +00:00
style: Format code to comply with linter rules
This commit is contained in:
parent
076c38526a
commit
2589c29b1c
2 changed files with 9 additions and 3 deletions
|
@ -185,7 +185,9 @@ def get_parser(default_config_files, git_root):
|
|||
"--check-model-accepts-settings",
|
||||
action=argparse.BooleanOptionalAction,
|
||||
default=True,
|
||||
help="Check if model accepts settings like reasoning_effort/thinking_tokens (default: True)",
|
||||
help=(
|
||||
"Check if model accepts settings like reasoning_effort/thinking_tokens (default: True)"
|
||||
),
|
||||
)
|
||||
group.add_argument(
|
||||
"--max-chat-history-tokens",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue