| --- |
| title: d2api |
| 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-d2api.hf.space/v1/models |
| |
| |
| |
| $ curl --location 'https://niansuhai-d2api.hf.space/api/v1/chat/completions' \ |
| --header 'Content-Type: application/json' \ |
| --data '{ |
| "model": "auto", |
| "messages": [{"role":"system","content":"你是一个辅助机器人"},{"role": "user", "content": "你的知识库最后什么日期"}], |
| "stream": true |
| }' |
| |
| |
| ``` |
|
|