Skip to content

Commit 21fa42c

Browse files
authored
feat: add gpt-4o-2024-11-20 model (#905)
1 parent 74ed75f commit 21fa42c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

completion.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ const (
3737
GPT4o = "gpt-4o"
3838
GPT4o20240513 = "gpt-4o-2024-05-13"
3939
GPT4o20240806 = "gpt-4o-2024-08-06"
40+
GPT4o20241120 = "gpt-4o-2024-11-20"
4041
GPT4oLatest = "chatgpt-4o-latest"
4142
GPT4oMini = "gpt-4o-mini"
4243
GPT4oMini20240718 = "gpt-4o-mini-2024-07-18"
@@ -119,6 +120,7 @@ var disabledModelsForEndpoints = map[string]map[string]bool{
119120
GPT4o: true,
120121
GPT4o20240513: true,
121122
GPT4o20240806: true,
123+
GPT4o20241120: true,
122124
GPT4oLatest: true,
123125
GPT4oMini: true,
124126
GPT4oMini20240718: true,

0 commit comments

Comments
 (0)