Skip to content

Commit 0443bc6

Browse files
committed
Fix string quoting in API example payload
1 parent 1e60acc commit 0443bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/inference-providers/guides/responses-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ curl -N https://router.huggingface.co/v1/responses \
390390
-d '{
391391
"model": "moonshotai/Kimi-K2-Instruct-0905:groq",
392392
"input": [
393-
{"role": "user", "content": "Say 'double bubble bath' ten times fast."}
393+
{"role": "user", "content": "Say \"double bubble bath\" ten times fast."}
394394
],
395395
"stream": true
396396
}'

0 commit comments

Comments
 (0)