Skip to content

Commit 3b25e09

Browse files
authored
enhancement: Add new GPT4-o and alias to completion enums (sashabaranov#744)
1 parent 6af3220 commit 3b25e09

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
@@ -22,6 +22,8 @@ const (
2222
GPT432K = "gpt-4-32k"
2323
GPT40613 = "gpt-4-0613"
2424
GPT40314 = "gpt-4-0314"
25+
GPT4o = "gpt-4o"
26+
GPT4o20240513 = "gpt-4o-2024-05-13"
2527
GPT4Turbo = "gpt-4-turbo"
2628
GPT4Turbo20240409 = "gpt-4-turbo-2024-04-09"
2729
GPT4Turbo0125 = "gpt-4-0125-preview"

0 commit comments

Comments
 (0)