We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b25e09 commit 9f19d1cCopy full SHA for 9f19d1c
completion.go
@@ -84,6 +84,8 @@ var disabledModelsForEndpoints = map[string]map[string]bool{
84
GPT3Dot5Turbo16K: true,
85
GPT3Dot5Turbo16K0613: true,
86
GPT4: true,
87
+ GPT4o: true,
88
+ GPT4o20240513: true,
89
GPT4TurboPreview: true,
90
GPT4VisionPreview: true,
91
GPT4Turbo1106: true,
0 commit comments