feat: chatGPT bot

This commit is contained in:
zhayujie
2022-12-10 13:15:31 +08:00
parent 1ec0a530bf
commit a059005506
7 changed files with 37 additions and 7 deletions

View File

@@ -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)