瀏覽代碼

update bridge default_bot=openAI

xyc0123456789 3 年之前
父節點
當前提交
71057d9732
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bridge/bridge.py

+ 1 - 1
bridge/bridge.py

@@ -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)