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 be08f20 commit 3697bf4Copy full SHA for 3697bf4
completion.go
@@ -12,6 +12,7 @@ import (
12
// GPT3 Models are designed for text-based tasks. For code-specific
13
// tasks, please refer to the Codex series of models.
14
const (
15
+ GPT3TextDavinci003 = "text-davinci-003"
16
GPT3TextDavinci002 = "text-davinci-002"
17
GPT3TextCurie001 = "text-curie-001"
18
GPT3TextBabbage001 = "text-babbage-001"
0 commit comments