added --4turbo and --4 aliases

This commit is contained in:
Paul Gauthier 2024-01-10 07:48:17 -08:00
parent 29a578c621
commit 6a77657d95
2 changed files with 3 additions and 1 deletions

View file

@ -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,