mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-07 13:15:00 +00:00
feat: Add --junior-model argument and plumb it into Model()
This commit is contained in:
parent
11cdc4175f
commit
926b3c9240
3 changed files with 36 additions and 2 deletions
|
@ -190,6 +190,14 @@ def get_parser(default_config_files, git_root):
|
|||
" depends on --model)"
|
||||
),
|
||||
)
|
||||
group.add_argument(
|
||||
"--junior-model",
|
||||
metavar="JUNIOR_MODEL",
|
||||
default=None,
|
||||
help=(
|
||||
"Specify the model to use for junior tasks (default depends on --model)"
|
||||
),
|
||||
)
|
||||
group.add_argument(
|
||||
"--show-model-warnings",
|
||||
action=argparse.BooleanOptionalAction,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue