Files
ai-portal/测试/测试1.txt
T

15 lines
472 B
Plaintext
Raw Normal View History

2026-05-06 17:22:50 +08:00
发送对话消息接口如下,该接口能正常调用
curl -X POST 'http://df.clkeji.com/v1/chat-messages' \
--header 'Authorization: Bearer app-lbe2lglt7taGtZk0dG7pAhbx' \
--header 'Content-Type: application/json' \
--data '{
"inputs": {},
"query": "What are the specs of the iPhone 13 Pro Max?",
"response_mode": "streaming",
"conversation_id": "",
"user": "abc-123"
}'
问题描述:点击对话,功能异常,请排查原因并修复