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")