Audio-to-Audio
Adapters
chemistry
File size: 353 Bytes
9b89f8f
3f0117b
9b89f8f
3f0117b
9b89f8f
3f0117b
 
 
 
 
 
9b89f8f
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
curl https://api.deepseek.com/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-94af74f2b4fe4e98a8b1ec389dc6ec4b" \
-d '{
  "model": "deepseek-reasoner",
  "messages": [
    {"role": "system", "content": "You are a helpful assistant."},
    {"role": "user", "content": "Hello!"}
  ],
  "stream": false
}'