数据回调 callback接口
开发中
POST
http://127.0.0.1:8081/callback
data 传入的json
"type": "数据类型(llm)",
"data": {
"type": "LLM类型",
"username": "用户名",
"content_type": "内容的类型(question/answer)",
"content": "回复内容",
"timestamp": "时间戳"
}
}
{"code": 200, "message": "成功"}
{"code": -1, "message": "失败"}
请求参数
Body 参数application/json
示例代码
返回响应
修改于 2024-12-16 08:33:17