Spaces:
Running
Running
File size: 410 Bytes
023a7b3 690a3a7 023a7b3 690a3a7 |
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
}" |