mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-03-19 13:28:11 +08:00
feat: chatGPT bot
This commit is contained in:
@@ -6,4 +6,4 @@ class Bridge(object):
|
||||
pass
|
||||
|
||||
def fetch_reply_content(self, query):
|
||||
return bot_factory.BaiduUnitBot().reply(query)
|
||||
return bot_factory.create_bot("chatGPT").reply(query)
|
||||
|
||||
Reference in New Issue
Block a user