Skip to content

Commit 823cb3e

Browse files
author
Chris Park
committed
Fixed text_embedding.curl example text
1 parent 415e340 commit 823cb3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/text_embedding.curl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ curl -X POST \
33
-H "Content-Type: application/json" \
44
-H "Accept: application/json" \
55
-H "Cache-Control: no-cache" \
6-
-d '{"content": null }' \
6+
-d '{"content": "Cambridge, Massachusetts" }' \
77
"https://api.rosette.com/rest/v1/text-embedding"

0 commit comments

Comments
 (0)