mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-03-19 13:28:11 +08:00
feat: qwen model modify
This commit is contained in:
@@ -35,8 +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
|
||||
if model_type in [const.QWEN]:
|
||||
self.btype["chat"] = const.QWEN
|
||||
self.bots = {}
|
||||
self.chat_bots = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user