Skip to content

Commit

Permalink
enhancement: Add new GPT4-o and alias to completion enums (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmesiab authored May 13, 2024
1 parent 6af3220 commit 3b25e09
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 @@ -22,6 +22,8 @@ const (
GPT432K = "gpt-4-32k"
GPT40613 = "gpt-4-0613"
GPT40314 = "gpt-4-0314"
GPT4o = "gpt-4o"
GPT4o20240513 = "gpt-4o-2024-05-13"
GPT4Turbo = "gpt-4-turbo"
GPT4Turbo20240409 = "gpt-4-turbo-2024-04-09"
GPT4Turbo0125 = "gpt-4-0125-preview"
Expand Down

0 comments on commit 3b25e09

Please sign in to comment.