Skip to content

Commit 3697bf4

Browse files
authored
Add new text-davinci-003 model to constants (#35)
1 parent be08f20 commit 3697bf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

completion.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import (
1212
// GPT3 Models are designed for text-based tasks. For code-specific
1313
// tasks, please refer to the Codex series of models.
1414
const (
15+
GPT3TextDavinci003 = "text-davinci-003"
1516
GPT3TextDavinci002 = "text-davinci-002"
1617
GPT3TextCurie001 = "text-curie-001"
1718
GPT3TextBabbage001 = "text-babbage-001"

0 commit comments

Comments
 (0)