Improved support for gpt-3.5-turbo-16k

This commit is contained in:
Paul Gauthier 2023-06-13 12:19:56 -07:00
parent e468763c7d
commit 25a28e6f9c
5 changed files with 19 additions and 20 deletions

View file

@ -83,7 +83,7 @@ def main(args=None, input=None, output=None):
"-3",
action="store_const",
dest="model",
const=models.GPT35.name,
const=models.GPT35_16k.name,
help=f"Use {models.GPT35.name} model for the main chat (not advised)",
)
parser.add_argument(