chore: get start from deploying

This commit is contained in:
jialin
2025-02-24 11:47:06 +08:00
parent bcbefe29e7
commit 529b3cb18f
9 changed files with 52 additions and 40 deletions
+2 -1
View File
@@ -668,7 +668,8 @@ const DataForm: React.FC<DataFormProps> = forwardRef((props, ref) => {
{
label: 'vox-box',
value: backendOptionsMap.voxBox,
disabled: props.source === modelSourceMap.ollama_library_value
disabled:
props.source === modelSourceMap.ollama_library_value || isGGUF
}
]
}