fix model name
This commit is contained in:
parent
c72d1da58d
commit
8a04164c5d
@ -5,7 +5,7 @@ import openai
|
|||||||
|
|
||||||
AI_MODEL_OPTIONS = [
|
AI_MODEL_OPTIONS = [
|
||||||
"gpt-3.5-turbo",
|
"gpt-3.5-turbo",
|
||||||
"gpt-4.0",
|
"gpt-4",
|
||||||
]
|
]
|
||||||
|
|
||||||
AI_ROLE_OPTIONS = [
|
AI_ROLE_OPTIONS = [
|
||||||
|
Loading…
Reference in New Issue
Block a user