Add new text-davinci-003 model to constants (#35)
This commit is contained in:
@@ -12,6 +12,7 @@ import (
|
|||||||
// GPT3 Models are designed for text-based tasks. For code-specific
|
// GPT3 Models are designed for text-based tasks. For code-specific
|
||||||
// tasks, please refer to the Codex series of models.
|
// tasks, please refer to the Codex series of models.
|
||||||
const (
|
const (
|
||||||
|
GPT3TextDavinci003 = "text-davinci-003"
|
||||||
GPT3TextDavinci002 = "text-davinci-002"
|
GPT3TextDavinci002 = "text-davinci-002"
|
||||||
GPT3TextCurie001 = "text-curie-001"
|
GPT3TextCurie001 = "text-curie-001"
|
||||||
GPT3TextBabbage001 = "text-babbage-001"
|
GPT3TextBabbage001 = "text-babbage-001"
|
||||||
|
|||||||
Reference in New Issue
Block a user