mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 18:54:59 +00:00
added --4turbo and --4 aliases
This commit is contained in:
parent
29a578c621
commit
6a77657d95
2 changed files with 3 additions and 1 deletions
|
@ -160,6 +160,8 @@ def main(argv=None, input=None, output=None, force_git_root=None):
|
|||
default_4_turbo_model = models.GPT4_1106_PREVIEW
|
||||
core_group.add_argument(
|
||||
"--4-turbo",
|
||||
"--4turbo",
|
||||
"--4",
|
||||
action="store_const",
|
||||
dest="model",
|
||||
const=default_4_turbo_model.name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue