add 32k model

This commit is contained in:
dKosarevsky 2023-03-14 23:01:32 +03:00 committed by GitHub
parent 8a04164c5d
commit 6b195194ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@ import openai
AI_MODEL_OPTIONS = [ AI_MODEL_OPTIONS = [
"gpt-3.5-turbo", "gpt-3.5-turbo",
"gpt-4", "gpt-4",
"gpt-4-32k",
] ]
AI_ROLE_OPTIONS = [ AI_ROLE_OPTIONS = [