We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c52952 commit 9e0232fCopy full SHA for 9e0232f
README.md
@@ -502,7 +502,7 @@ func main() {
502
// Create an EmbeddingRequest for the user query
503
queryReq := openai.EmbeddingRequest{
504
Input: []string{"How many chucks would a woodchuck chuck"},
505
- Model: openai.AdaEmbeddingv2,
+ Model: openai.AdaEmbeddingV2,
506
}
507
508
// Create an embedding for the user query
@@ -514,7 +514,7 @@ func main() {
514
// Create an EmbeddingRequest for the target text
515
targetReq := openai.EmbeddingRequest{
516
Input: []string{"How many chucks would a woodchuck chuck if the woodchuck could chuck wood"},
517
518
519
520
// Create an embedding for the target text
0 commit comments