metadata
title: Apin
emoji: 🐠
colorFrom: red
colorTo: indigo
sdk: gradio
sdk_version: 5.5.0
app_file: app.py
pinned: false
short_description: test api n
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
用法
curl --location 'https://sanbo1200-apin.hf.space/completions' \
--header 'Content-Type: application/json' \
--data '{
"messages": [{"role":"system","content":"你是一个辅助机器人"},{"role": "user", "content": "你是谁"}],
"stream": true
}'
curl --location 'https://sanbo1200-apin.hf.space/completions' \
--header 'Content-Type: application/json' \
--data '{
"messages": [{"role": "user", "content": "你是谁,你知道西红柿炒鸡蛋怎么做吗"}],
"stream": true
}'