mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-03-28 05:58:33 +08:00
feat: user session cache
This commit is contained in:
@@ -5,5 +5,5 @@ class Bridge(object):
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
def fetch_reply_content(self, query):
|
||||
return bot_factory.create_bot("chatGPT").reply(query)
|
||||
def fetch_reply_content(self, query, context):
|
||||
return bot_factory.create_bot("chatGPT").reply(query, context)
|
||||
|
||||
Reference in New Issue
Block a user