deepseekchat / app.py
hertogateis's picture
Update app.py
690a3a7 verified
raw
history blame
410 Bytes
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
}"