We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5328757 commit b42f6bdCopy full SHA for b42f6bd
ui/src/views/model/component/CreateModelDialog.vue
@@ -153,7 +153,9 @@
153
base_form_data.model_type !== 'TTS' &&
154
base_form_data.model_type !== 'LLM' &&
155
base_form_data.model_type !== 'IMAGE' &&
156
- base_form_data.model_type !== 'TTI'
+ base_form_data.model_type !== 'TTI' &&
157
+ base_form_data.model_type !== 'TTV' &&
158
+ base_form_data.model_type !== 'ITV'
159
"
160
>
161
<AppIcon iconName="app-add-outlined" class="mr-4"/> {{ $t('common.add') }}
0 commit comments