Skip to content

Commit

Permalink
Dynamic model (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathisen99 committed Sep 1, 2024
1 parent 030b7cb commit c37cf9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions completion.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const (
GPT4o = "gpt-4o"
GPT4o20240513 = "gpt-4o-2024-05-13"
GPT4o20240806 = "gpt-4o-2024-08-06"
GPT4oLatest = "chatgpt-4o-latest"
GPT4oMini = "gpt-4o-mini"
GPT4oMini20240718 = "gpt-4o-mini-2024-07-18"
GPT4Turbo = "gpt-4-turbo"
Expand Down Expand Up @@ -93,6 +94,7 @@ var disabledModelsForEndpoints = map[string]map[string]bool{
GPT4o: true,
GPT4o20240513: true,
GPT4o20240806: true,
GPT4oLatest: true,
GPT4oMini: true,
GPT4oMini20240718: true,
GPT4TurboPreview: true,
Expand Down

0 comments on commit c37cf9a

Please sign in to comment.