Add chat completions (#90)

This commit is contained in:
sashabaranov
2023-03-02 00:47:25 +04:00
committed by GitHub
parent ae05ed976f
commit c8261c5638
3 changed files with 87 additions and 0 deletions

View File

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