Support o1 (#3510)

* support o1

* nit
This commit is contained in:
pablonyx
2024-12-18 16:05:00 -08:00
committed by GitHub
parent 833cc5c97c
commit ca9ba925bd
5 changed files with 7 additions and 3 deletions

View File

@@ -299,6 +299,7 @@ const MODEL_DISPLAY_NAMES: { [key: string]: string } = {
// OpenAI models
"o1-mini": "O1 Mini",
"o1-preview": "O1 Preview",
"o1-2024-12-17": "O1",
"gpt-4": "GPT 4",
"gpt-4o": "GPT 4o",
"gpt-4o-2024-08-06": "GPT 4o (Structured Outputs)",