Skip to content

Commit

Permalink
disabled model for endpoint
Browse files Browse the repository at this point in the history
seen in e0d0801
  • Loading branch information
nullswan committed May 13, 2024
1 parent a9d4556 commit 91680d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions completion.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ var disabledModelsForEndpoints = map[string]map[string]bool{
GPT3Dot5Turbo16K: true,
GPT3Dot5Turbo16K0613: true,
GPT4: true,
GPT4O: true,
GPT4TurboPreview: true,
GPT4VisionPreview: true,
GPT4Turbo1106: true,
Expand Down

0 comments on commit 91680d8

Please sign in to comment.