New --35turbo switch and docs updates

This commit is contained in:
Paul Gauthier 2024-02-28 14:05:09 -08:00
parent 7387c6fd15
commit cd434cac5a
2 changed files with 9 additions and 4 deletions

View file

@ -169,6 +169,9 @@ def main(argv=None, input=None, output=None, force_git_root=None):
)
default_3_model = models.GPT35_0125
core_group.add_argument(
"--35turbo",
"--35-turbo",
"--3",
"-3",
action="store_const",
dest="model",