Skip to content

Commit aab99b0

Browse files
bene2k1RoRoJ
andauthored
Update pages/generative-apis/api-cli/using-embeddings-api.mdx
Co-authored-by: Rowena Jones <[email protected]>
1 parent a79bed3 commit aab99b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/generative-apis/api-cli/using-embeddings-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ curl https://api.scaleway.ai/v1/embeddings \
2525
-H "Content-Type: application/json" \
2626
-d '{
2727
"model": "bge-multilingual-gemma2",
28-
"input": "Here is a sentence to embbed as a vector"
28+
"input": "Here is a sentence to embed as a vector"
2929
}'
3030
```
3131

0 commit comments

Comments
 (0)