We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a123fe commit 98807ecCopy full SHA for 98807ec
completion.go
@@ -17,6 +17,10 @@ var (
17
// GPT3 Models are designed for text-based tasks. For code-specific
18
// tasks, please refer to the Codex series of models.
19
const (
20
+ GPT432K0314 = "gpt-4-32k-0314"
21
+ GPT432K = "gpt-4-32k"
22
+ GPT40314 = "gpt-4-0314"
23
+ GPT4 = "gpt-4"
24
GPT3Dot5Turbo0301 = "gpt-3.5-turbo-0301"
25
GPT3Dot5Turbo = "gpt-3.5-turbo"
26
GPT3TextDavinci003 = "text-davinci-003"
0 commit comments