File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
ui/src/views/model/component Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 9292 (currentModel.model_type === 'TTS' ||
9393 currentModel.model_type === 'LLM' ||
9494 currentModel.model_type === 'IMAGE' ||
95- currentModel.model_type === 'TTI') &&
95+ currentModel.model_type === 'TTI' ||
96+ currentModel.model_type === 'ITV' ||
97+ currentModel.model_type === 'TTV') &&
9698 permissionPrecise.paramSetting(model.id)
9799 "
98100 @click.stop =" openParamSetting"
Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ export const modelTypeList = [
77 { text : t ( modelType [ 'STT' ] ) , value : 'STT' } ,
88 { text : t ( modelType [ 'TTS' ] ) , value : 'TTS' } ,
99 { text : t ( modelType [ 'IMAGE' ] ) , value : 'IMAGE' } ,
10- { text : t ( modelType [ 'TTI' ] ) , value : 'TTI' }
10+ { text : t ( modelType [ 'TTI' ] ) , value : 'TTI' } ,
11+ { text : t ( modelType [ 'ITV' ] ) , value : 'ITV' } ,
12+ { text : t ( modelType [ 'TTV' ] ) , value : 'TTV' } ,
1113]
1214
1315
You can’t perform that action at this time.
0 commit comments