mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-09 14:14:59 +00:00
Merge branch 'main' of github.com:paul-gauthier/aider
This commit is contained in:
commit
31e33ec8ef
2 changed files with 5 additions and 5 deletions
|
@ -215,13 +215,13 @@ def get_parser(default_config_files, git_root):
|
|||
)
|
||||
group.add_argument(
|
||||
"--editor-model",
|
||||
metavar="JUNIOR_MODEL",
|
||||
metavar="EDITOR_MODEL",
|
||||
default=None,
|
||||
help="Specify the model to use for editor tasks (default depends on --model)",
|
||||
)
|
||||
group.add_argument(
|
||||
"--editor-edit-format",
|
||||
metavar="JUNIOR_EDIT_FORMAT",
|
||||
metavar="EDITOR_EDIT_FORMAT",
|
||||
default=None,
|
||||
help="Specify the edit format for the editor model (default: depends on editor model)",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue