Skip to content

Commit

Permalink
Update engines for beta models
Browse files Browse the repository at this point in the history
  • Loading branch information
Godzab committed Feb 6, 2022
1 parent 1a18e14 commit 1d9b16f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions models.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ const (
DAVINCI = "davinci"
CURIE = "curie"
BABBAGE = "babbage"
BABBAGE_INSTRUCT_BETA = "babbage-instruct-beta"
BABBAGE_INSTRUCT_BETA = "text-babbage-001"
ADA = "ada"
ADA_INSTRUCT_BETA = "ada-instruct-beta"
CURIE_INSTRUCT_BETA = "curie-instruct-beta-v2"
DAVINCI_INSTRUCT_BETA = "davinci-instruct-beta-v3"
ADA_INSTRUCT_BETA = "text-ada-001"
CURIE_INSTRUCT_BETA = "text-curie-001"
DAVINCI_INSTRUCT_BETA = "text-davinci-001"

// CURSING_FILTER_V6 Content filters moderate output and input to the api to
//avoid negative content generation
Expand Down

0 comments on commit 1d9b16f

Please sign in to comment.