feat: add translate command
This commit is contained in:
parent
eecbaf18b3
commit
899491e867
9 changed files with 236 additions and 9 deletions
7
openai/models.go
Normal file
7
openai/models.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package openai
|
||||
|
||||
const (
|
||||
ModelTextDavinciEdit001 = "text-davinci-edit-001"
|
||||
ModelGpt0305Turbo = "gpt-3.5-turbo"
|
||||
ModelGpt0305Turbo0301 = "gpt-3.5-turbo-0301"
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue