chore: success toast show twice after deleting

This commit is contained in:
jialin
2024-12-25 11:36:02 +08:00
parent e74cda3c0f
commit dcad5f4b5f
5 changed files with 3 additions and 7 deletions
+1 -1
View File
@@ -85,6 +85,6 @@ export default {
'vLLM: For non-GGUF format models, supports x86 Linux only.',
'models.form.backend.voxbox': 'vox-box: For non-GGUF format audio models.',
'models.form.search.gguftips':
'GGUF format is required for Mac and Windows compatibility.',
'Mac and Windows require GGUF format for non-audio models.',
'models.form.button.addlabel': 'Add Label'
};
+1 -1
View File
@@ -81,6 +81,6 @@ export default {
'models.form.backend.vllm': 'vLLM: 用于非 GGUF 格式模型,仅支持 x86 Linux',
'models.form.backend.voxbox': 'vox-box: 用于非 GGUF 格式的音频模型',
'models.form.search.gguftips':
'Mac 和 Windows 需要使用 GGUF 格式以确保兼容性',
'非音频模型,Mac 和 Windows 需要使用 GGUF 格式',
'models.form.button.addlabel': '添加标签'
};