We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af3220 commit 3b25e09Copy full SHA for 3b25e09
completion.go
@@ -22,6 +22,8 @@ const (
22
GPT432K = "gpt-4-32k"
23
GPT40613 = "gpt-4-0613"
24
GPT40314 = "gpt-4-0314"
25
+ GPT4o = "gpt-4o"
26
+ GPT4o20240513 = "gpt-4o-2024-05-13"
27
GPT4Turbo = "gpt-4-turbo"
28
GPT4Turbo20240409 = "gpt-4-turbo-2024-04-09"
29
GPT4Turbo0125 = "gpt-4-0125-preview"
0 commit comments