浏览代码

fix: add tongyi type when init bridge

master
Han Fangyuan 1年前
父节点
当前提交
8d07ba6332
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      bridge/bridge.py

+ 2
- 0
bridge/bridge.py 查看文件

@@ -35,6 +35,8 @@ class Bridge(object):
self.btype["text_to_voice"] = const.LINKAI
if model_type in ["claude"]:
self.btype["chat"] = const.CLAUDEAI
if model_type in ["tongyi"]:
self.btype["chat"] = const.TONGYI
self.bots = {}
self.chat_bots = {}



正在加载...
取消
保存