Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
small typo causing error
  • Loading branch information
tch1001 authored Jul 23, 2022
1 parent 4fd782e commit 8613c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Documentation: [https://beta.openai.com/docs/api-reference/embeddings](https://b
```js
(async () => {
const gptResponse = await openai.embeddings({
"engine": "test-similarity-babbage-001",
"engine": "text-similarity-babbage-001",
"input": [
"A happy moment",
"I am sad.",
Expand Down

0 comments on commit 8613c4c

Please sign in to comment.