调整群聊信息
This commit is contained in:
@@ -213,7 +213,7 @@ class MessageSummaryPlugin(MessagePluginInterface):
|
||||
# 准备请求数据
|
||||
data = {
|
||||
"inputs": {},
|
||||
"query": f"请根据以下{group_name}群聊记录生成一份精华总结:\n\n{content_compress}",
|
||||
"query": f"请根据[{group_name}]群的群聊记录生成一份总结:\n\n{content_compress}",
|
||||
"response_mode": "blocking", # 使用阻塞模式,直接获取完整响应
|
||||
"conversation_id": "",
|
||||
"user": group_name if group_name is not None else "message_summary_bot",
|
||||
|
||||
Reference in New Issue
Block a user