feat: use logging

This commit is contained in:
zhayujie
2022-12-11 21:05:00 +08:00
parent a1f45344b6
commit eef0dfc4fa
4 changed files with 30 additions and 12 deletions

View File

@@ -7,4 +7,3 @@ 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)