feat: support gpt-3.5 api

This commit is contained in:
ubuntu
2023-03-02 15:41:11 +08:00
parent a3153815c8
commit 48900dfbc4
3 changed files with 121 additions and 502 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)