mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-06-02 00:57:41 +08:00
feat: user session cache
This commit is contained in:
@@ -4,7 +4,7 @@ Auto-replay chat robot abstract class
|
||||
|
||||
|
||||
class Bot(object):
|
||||
def reply(self, query):
|
||||
def reply(self, query, context=None):
|
||||
"""
|
||||
bot auto-reply content
|
||||
:param req: received message
|
||||
|
||||
Reference in New Issue
Block a user