From db3ff14c7158dae6e0f43d14421ea8ca2a28950f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=AA?= <757078144@qq.com> Date: Sun, 12 Nov 2023 16:18:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- func_chatglm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/func_chatglm.py b/func_chatglm.py index 95fd0a8..13e2d9e 100644 --- a/func_chatglm.py +++ b/func_chatglm.py @@ -58,7 +58,7 @@ plt.show() self.conversation_list[wxid][self.chat_type[wxid]]=self.system_content_msg[self.chat_type[wxid]] return '已清除' elif '#清除全部会话'==question or '#5'==question: - self.conversation_list[wxid]=self.system_content_msg[self.chat_type[wxid]] + self.conversation_list[wxid]=self.system_content_msg return '已清除' self.updateMessage(wxid, question, "user")