feat: wechat group reply

This commit is contained in:
zhayujie
2022-12-11 03:26:50 +08:00
parent 314993ce30
commit a1f45344b6
12 changed files with 78 additions and 26 deletions

View File

@@ -7,3 +7,4 @@ class Bridge(object):
def fetch_reply_content(self, query, context):
return bot_factory.create_bot("chatGPT").reply(query, context)
# return bot_factory.create_bot("baidu").reply(query, context)