Update application code and dependencies
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
发送对话消息接口如下,该接口能正常调用
|
||||
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"
|
||||
}'
|
||||
|
||||
问题描述:点击对话,功能异常,请排查原因并修复
|
||||
|
||||
Reference in New Issue
Block a user