Add new text-davinci-003 model to constants (#35)

This commit is contained in:
Matt Trefilek
2022-11-30 03:07:31 -06:00
committed by GitHub
parent be08f204f0
commit 3697bf4a97

View File

@@ -12,6 +12,7 @@ import (
// GPT3 Models are designed for text-based tasks. For code-specific
// tasks, please refer to the Codex series of models.
const (
GPT3TextDavinci003 = "text-davinci-003"
GPT3TextDavinci002 = "text-davinci-002"
GPT3TextCurie001 = "text-curie-001"
GPT3TextBabbage001 = "text-babbage-001"