mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: qwen tti and image model set default model
--bug=1051228 --user=刘瑞斌 【模型管理】通义千问添加自定义模型报错问题汇总 https://www.tapd.cn/57709429/s/1642313
(cherry picked from commit b7bcca6562)
This commit is contained in:
parent
e59b531754
commit
fc54a845f4
|
|
@ -46,7 +46,9 @@ model_info_manage = (
|
|||
.append_default_model_info(
|
||||
ModelInfo('qwen-turbo', '', ModelTypeConst.LLM, qwen_model_credential, QwenChatModel))
|
||||
.append_model_info_list(module_info_vl_list)
|
||||
.append_default_model_info(module_info_vl_list[0])
|
||||
.append_model_info_list(module_info_tti_list)
|
||||
.append_default_model_info(module_info_tti_list[0])
|
||||
.build()
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue