diff --git a/bridge/bridge.py b/bridge/bridge.py index ba6e568..ea8de13 100644 --- a/bridge/bridge.py +++ b/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 = {}