mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: Embedding model setting
This commit is contained in:
parent
274dfdae5c
commit
775aa9148c
|
|
@ -221,7 +221,7 @@
|
|||
<el-dropdown-item
|
||||
@click.stop="openParamSetting(row)"
|
||||
v-if="
|
||||
['TTS','LLM','IMAGE','TTI','STT','RERANKER'].includes(row.model_type) &&
|
||||
['TTS','LLM','IMAGE','TTI','STT','EMBEDDING'].includes(row.model_type) &&
|
||||
permissionPrecise.paramSetting()
|
||||
"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue