mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 12:45:00 +00:00
feat: Add --junior-edit-format argument and plumb it into Model()
This commit is contained in:
parent
6d19abf7ec
commit
888d60d472
3 changed files with 17 additions and 2 deletions
|
@ -196,6 +196,12 @@ def get_parser(default_config_files, git_root):
|
|||
default=None,
|
||||
help="Specify the model to use for junior tasks (default depends on --model)",
|
||||
)
|
||||
group.add_argument(
|
||||
"--junior-edit-format",
|
||||
metavar="JUNIOR_EDIT_FORMAT",
|
||||
default=None,
|
||||
help="Specify the edit format for the junior model (default: depends on junior model)",
|
||||
)
|
||||
group.add_argument(
|
||||
"--show-model-warnings",
|
||||
action=argparse.BooleanOptionalAction,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue