Procházet zdrojové kódy

fix: add tongyi type when init bridge

master
Han Fangyuan před 1 rokem
rodič
revize
8d07ba6332
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      bridge/bridge.py

+ 2
- 0
bridge/bridge.py Zobrazit soubor

@@ -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 = {}



Načítá se…
Zrušit
Uložit