chore: add mindie option

This commit is contained in:
jialin
2025-04-07 10:31:22 +08:00
parent 5c1cb120e1
commit 0f7a619a34
5 changed files with 24 additions and 9 deletions
+8 -3
View File
@@ -172,9 +172,6 @@ const DataForm: React.FC<DataFormProps> = forwardRef((props, ref) => {
},
getFieldsValue: () => {
return form.getFieldsValue();
},
resetFields() {
form.resetFields();
}
};
},
@@ -276,6 +273,14 @@ const DataForm: React.FC<DataFormProps> = forwardRef((props, ref) => {
? false
: isGGUF
},
{
label: 'Ascend Mindie',
value: backendOptionsMap.ascendMindie,
disabled:
props.source === modelSourceMap.local_path_value
? false
: isGGUF
},
{
label: 'vox-box',
value: backendOptionsMap.voxBox,