hertogateis commited on
Commit
690a3a7
·
verified ·
1 Parent(s): 023a7b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -1,11 +1,11 @@
1
  curl https://api.deepseek.com/chat/completions \
2
  -H "Content-Type: application/json" \
3
  -H "Authorization: Bearer <sk-cb27c81768e443868a194fad0bb91abc>" \
4
- -d '{
5
- "model": "deepseek-chat",
6
- "messages": [
7
- {"role": "system", "content": "You are a helpful assistant."},
8
- {"role": "user", "content": "Hello!"}
9
  ],
10
- "stream": false
11
- }'
 
1
  curl https://api.deepseek.com/chat/completions \
2
  -H "Content-Type: application/json" \
3
  -H "Authorization: Bearer <sk-cb27c81768e443868a194fad0bb91abc>" \
4
+ -d "{
5
+ \"model\": \"deepseek-chat\",
6
+ \"messages\": [
7
+ {\"role\": \"system\", \"content\": \"You are a helpful assistant.\"},
8
+ {\"role\": \"user\", \"content\": \"Hello!\"}
9
  ],
10
+ \"stream\": false
11
+ }"