Update application code and dependencies

This commit is contained in:
root
2026-05-06 17:22:50 +08:00
parent efc8f4bf78
commit a3ee04379d
60 changed files with 6793 additions and 860 deletions
+14
View File
@@ -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"
}'
问题描述:点击对话,功能异常,请排查原因并修复