File size: 807 Bytes
ebc1025
c2c113a
 
 
 
ebc1025
 
c2c113a
 
 
 
ebc1025
 
 
c2c113a
 
8d21acc
c2c113a
 
 
 
d2769ec
c2c113a
d2769ec
0dfd6d9
c2c113a
0dfd6d9
d2769ec
c2c113a
 
 
 
 
 
 
 
0dfd6d9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
title: Duck2api
emoji: 🏆
colorFrom: pink
colorTo: red
sdk: docker
pinned: false
license: apache-2.0
short_description: duck  2 api service
thumbnail: >-
  https://cdn-uploads.huggingface.co/production/uploads/6642196ec80d018c28a68e9a/PHwTcv57ZhgW7--5-HTRn.png
---

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference


# dai 服务


## huggingface访问

``` shell

$ curl https://niansuhai-dapi.hf.space/v1/models



$ curl --location 'https://niansuhai-dapi.hf.space/api/v1/chat/completions' \
--header 'Content-Type: application/json' \
--data '{
     "model": "gpt-4o-mini",
     "messages": [{"role":"system","content":"你是一个辅助机器人"},{"role": "user", "content": "你的知识库最后什么日期"}],
     "stream": true
   }'


```