|
|
curl https://tokenrhythm.studio/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk_xxx" \
-H "HTTP‑Referer: https://opensquilla.ai" \
-H "X‑Title: OpenSquilla" \
-d '{
"model": "deepseek-v4-flash",
"messages": [{ "role": "user", "content": "你好" }],
"stream": false
}'
这样就可以伪造成功 |
|