mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-03-19 21:38:18 +08:00
feat: optimize agent configuration and memory
This commit is contained in:
@@ -207,7 +207,7 @@ class Godcmd(Plugin):
|
||||
self.isrunning = True # 机器人是否运行中
|
||||
|
||||
self.handlers[Event.ON_HANDLE_CONTEXT] = self.on_handle_context
|
||||
logger.info("[Godcmd] inited")
|
||||
logger.debug("[Godcmd] inited")
|
||||
|
||||
def on_handle_context(self, e_context: EventContext):
|
||||
context_type = e_context["context"].type
|
||||
|
||||
Reference in New Issue
Block a user