mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: Parameter configuration function
--bug=1062940 --user=张展玮 【资源管理】资源管理列表,向量模型、语音识别模型缺少参数设置功能 https://www.tapd.cn/62980211/s/1790202
This commit is contained in:
parent
2fc4a393ad
commit
8da6f7421c
|
|
@ -221,10 +221,7 @@
|
|||
<el-dropdown-item
|
||||
@click.stop="openParamSetting(row)"
|
||||
v-if="
|
||||
(row.model_type === 'TTS' ||
|
||||
row.model_type === 'LLM' ||
|
||||
row.model_type === 'IMAGE' ||
|
||||
row.model_type === 'TTI') &&
|
||||
['TTS','LLM','IMAGE','TTI','STT','RERANKER'].includes(row.model_type) &&
|
||||
permissionPrecise.paramSetting()
|
||||
"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue