update bridge default_bot=openAI

This commit is contained in:
xyc0123456789
2023-02-07 23:36:22 +08:00
parent 27c929d831
commit 71057d9732

View File

@@ -6,4 +6,4 @@ class Bridge(object):
pass
def fetch_reply_content(self, query, context):
return bot_factory.create_bot("chatGPT").reply(query, context)
return bot_factory.create_bot("openAI").reply(query, context)