mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-04-17 17:43:01 +08:00
feat: bring in openai completion 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("chatGPT").reply(query, context)
|
||||
return bot_factory.create_bot("openAI").reply(query, context)
|
||||
|
||||
Reference in New Issue
Block a user