chore: add mindie option
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user