sanbo1200 commited on
Commit
0e133da
·
verified ·
1 Parent(s): 8d21acc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Duck2api
3
  emoji: 🏆
4
  colorFrom: pink
5
  colorTo: red
@@ -28,7 +28,7 @@ $ curl https://niansuhai-dapi.hf.space/v1/models
28
  $ curl --location 'https://niansuhai-dapi.hf.space/api/v1/chat/completions' \
29
  --header 'Content-Type: application/json' \
30
  --data '{
31
- "model": "gpt-4o-mini",
32
  "messages": [{"role":"system","content":"你是一个辅助机器人"},{"role": "user", "content": "你的知识库最后什么日期"}],
33
  "stream": true
34
  }'
 
1
  ---
2
+ title: d2api
3
  emoji: 🏆
4
  colorFrom: pink
5
  colorTo: red
 
28
  $ curl --location 'https://niansuhai-dapi.hf.space/api/v1/chat/completions' \
29
  --header 'Content-Type: application/json' \
30
  --data '{
31
+ "model": "auto",
32
  "messages": [{"role":"system","content":"你是一个辅助机器人"},{"role": "user", "content": "你的知识库最后什么日期"}],
33
  "stream": true
34
  }'