mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-01 00:18:18 +02:00
add new gpt-4o model
This commit is contained in:
parent
f28b930475
commit
384e61f4b0
@ -32,6 +32,7 @@ OPEN_AI_MODEL_NAMES = [
|
||||
"gpt-4-1106-preview",
|
||||
"gpt-4-vision-preview",
|
||||
"gpt-4-0613",
|
||||
"gpt-4o-2024-08-06",
|
||||
"gpt-4-0314",
|
||||
"gpt-4-32k-0314",
|
||||
"gpt-3.5-turbo",
|
||||
|
@ -221,6 +221,7 @@ const MODEL_DISPLAY_NAMES: { [key: string]: string } = {
|
||||
// OpenAI models
|
||||
"gpt-4": "GPT 4",
|
||||
"gpt-4o": "GPT 4o",
|
||||
"gpt-4o-2024-08-06": "GPT 4o (Structured Outputs)",
|
||||
"gpt-4o-mini": "GPT 4o Mini",
|
||||
"gpt-4-0314": "GPT 4 (March 2023)",
|
||||
"gpt-4-0613": "GPT 4 (June 2023)",
|
||||
|
Loading…
x
Reference in New Issue
Block a user