chore: add mindie option
This commit is contained in:
@@ -519,6 +519,14 @@ const UpdateModal: React.FC<AddModalProps> = (props) => {
|
||||
? false
|
||||
: isGGUF
|
||||
},
|
||||
{
|
||||
label: 'Ascend Mindie',
|
||||
value: backendOptionsMap.ascendMindie,
|
||||
disabled:
|
||||
formData?.source === modelSourceMap.local_path_value
|
||||
? false
|
||||
: isGGUF
|
||||
},
|
||||
{
|
||||
label: 'vox-box',
|
||||
value: backendOptionsMap.voxBox,
|
||||
|
||||
Reference in New Issue
Block a user