mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-07-20 05:27:59 +08:00
feat: support gpt-3.5 api
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user