测试一下dify

This commit is contained in:
liuwei
2025-03-21 11:55:48 +08:00
parent 60420748df
commit 419e55a299

View File

@@ -141,6 +141,7 @@ class MessageSummaryPlugin(MessagePluginInterface):
"files": [] # 不包含文件
}
self.LOG.info(f"群聊总结内容:{data}")
# 设置请求头
headers = {
"Authorization": f"Bearer {self._api_key}",