修改为使用chatgpt

This commit is contained in:
xyc0123456789
2023-02-05 16:43:43 +08:00
parent b0e81aeb0d
commit 27c929d831
2 changed files with 503 additions and 47 deletions

View File

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