Spaces:
Running
Running
Update app.py
Browse files
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 |
+
}"
|