More flexible models

This commit is contained in:
Paul Gauthier 2023-06-14 17:51:17 -07:00
parent 8b5dcecbe2
commit 8660d35601
4 changed files with 44 additions and 50 deletions

View file

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