Skip to content

Commit d91fe11

Browse files
committed
add gpt 5 display names (#5175)
1 parent dda8c8b commit d91fe11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web/src/lib/hooks.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,8 @@ const MODEL_DISPLAY_NAMES: { [key: string]: string } = {
679679
"o1-mini": "o1 Mini",
680680
"o1-preview": "o1 Preview",
681681
o1: "o1",
682+
"gpt-5": "GPT 5",
683+
"gpt-5-mini": "GPT 5 Mini",
682684
"gpt-4.1": "GPT 4.1",
683685
"gpt-4": "GPT 4",
684686
"gpt-4o": "GPT 4o",

0 commit comments

Comments
 (0)