mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-30 09:40:50 +02:00
Add GPT-4o-Mini & fix a missing gpt-4o
This commit is contained in:
@ -2,6 +2,8 @@ from openai import OpenAI
|
||||
|
||||
|
||||
VALID_MODEL_LIST = [
|
||||
"gpt-4o-mini",
|
||||
"gpt-4o",
|
||||
"gpt-4-1106-preview",
|
||||
"gpt-4-vision-preview",
|
||||
"gpt-4",
|
||||
|
Reference in New Issue
Block a user