Skip to content

Commit 9f19d1c

Browse files
nullswansashabaranov
nullswan
andauthored
Add gpt4o (#742)
* Add gpt4o * disabled model for endpoint seen in e0d0801 * Update completion.go --------- Co-authored-by: Alexander Baranov <677093+sashabaranov@users.noreply.github.com>
1 parent 3b25e09 commit 9f19d1c

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
@@ -84,6 +84,8 @@ var disabledModelsForEndpoints = map[string]map[string]bool{
8484
GPT3Dot5Turbo16K: true,
8585
GPT3Dot5Turbo16K0613: true,
8686
GPT4: true,
87+
GPT4o: true,
88+
GPT4o20240513: true,
8789
GPT4TurboPreview: true,
8890
GPT4VisionPreview: true,
8991
GPT4Turbo1106: true,

0 commit comments

Comments
 (0)