Skip to content

Commit

Permalink
Merge pull request #17 from thehappydinoa/patch-1
Browse files Browse the repository at this point in the history
Add text-embedding-ada-002 engine
  • Loading branch information
tylermann authored Jan 11, 2023
2 parents 5ba9f56 + bc0af17 commit 283ab6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gpt3.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const (
CodeSearchAdaText001 = "code-search-ada-text-001"
CodeSearchBabbageCode001 = "code-search-babbage-code-001"
CodeSearchBabbageText001 = "code-search-babbage-text-001"
TextEmbeddingAda002 = "text-embedding-ada-002"
)

const (
Expand Down

0 comments on commit 283ab6b

Please sign in to comment.