mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-05 04:05:04 +00:00
tweaked model args
This commit is contained in:
parent
a462686de8
commit
fbc3f38256
1 changed files with 2 additions and 2 deletions
|
@ -159,13 +159,13 @@ def main(argv=None, input=None, output=None, force_git_root=None):
|
|||
)
|
||||
default_4_turbo_model = "gpt-4-1106-preview"
|
||||
core_group.add_argument(
|
||||
"--4-turbo",
|
||||
"--4turbo",
|
||||
"--4-turbo",
|
||||
"--4",
|
||||
action="store_const",
|
||||
dest="model",
|
||||
const=default_4_turbo_model,
|
||||
help=f"Use {default_4_turbo_model} model for the main chat (gpt-4 is better)",
|
||||
help=f"Use {default_4_turbo_model} model for the main chat",
|
||||
)
|
||||
default_3_model = models.GPT35_0125
|
||||
core_group.add_argument(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue