Spaces:
Sleeping
Sleeping
File size: 386 Bytes
023a7b3 |
1 2 3 4 5 6 7 8 9 10 11 |
curl https://api.deepseek.com/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <sk-cb27c81768e443868a194fad0bb91abc>" \
-d '{
"model": "deepseek-chat",
"messages": [
{"role": "system", "content": "You are a helpful assistant."},
{"role": "user", "content": "Hello!"}
],
"stream": false
}' |