mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: update model type in ModelSelect component to ITV and TTV
--bug=1062096 --user=王孝刚 【应用编排】在文生视频组件的模型下拉框中点添加模型按钮,弹框中默认的模型类型是图片生成 https://www.tapd.cn/62980211/s/1777699
This commit is contained in:
parent
525e2091b0
commit
716f2a4559
|
|
@ -50,7 +50,7 @@
|
|||
"
|
||||
:options="modelOptions"
|
||||
showFooter
|
||||
:model-type="'TTI'"
|
||||
:model-type="'ITV'"
|
||||
></ModelSelect>
|
||||
</el-form-item>
|
||||
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@
|
|||
"
|
||||
:options="modelOptions"
|
||||
showFooter
|
||||
:model-type="'TTI'"
|
||||
:model-type="'TTV'"
|
||||
></ModelSelect>
|
||||
</el-form-item>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue