mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-07-20 21:57:14 +08:00
update bridge default_bot=openAI
This commit is contained in:
@@ -6,4 +6,4 @@ class Bridge(object):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
def fetch_reply_content(self, query, context):
|
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)
|
||||||
|
|||||||
Reference in New Issue
Block a user