8 lines
168 B
Go
8 lines
168 B
Go
|
package openai
|
||
|
|
||
|
const (
|
||
|
ModelTextDavinciEdit001 = "text-davinci-edit-001"
|
||
|
ModelGpt0305Turbo = "gpt-3.5-turbo"
|
||
|
ModelGpt0305Turbo0301 = "gpt-3.5-turbo-0301"
|
||
|
)
|