wip: Changed the help message for using gpt-3.5-turbo model and updated the example docs.

This commit is contained in:
Paul Gauthier 2023-05-13 10:31:21 -07:00
parent d1ae23be46
commit 04565b9181
3 changed files with 3 additions and 4 deletions

View file

@ -48,7 +48,7 @@ def main(args=None, input=None, output=None):
action="store_const",
dest="model",
const="gpt-3.5-turbo",
help="Use gpt-3.5-turbo model for the main chat (basically won't work)",
help="Use gpt-3.5-turbo model for the main chat (not advised)",
)
parser.add_argument(
"--no-pretty",