diff --git a/src/locales/en-US/models.ts b/src/locales/en-US/models.ts index ab90fc6a..968e1d67 100644 --- a/src/locales/en-US/models.ts +++ b/src/locales/en-US/models.ts @@ -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': - 'Mac and Windows require GGUF format for non-audio models.', + 'Check GGUF on Mac and Windows (uncheck for seaching audio models).', 'models.form.button.addlabel': 'Add Label' }; diff --git a/src/locales/zh-CN/models.ts b/src/locales/zh-CN/models.ts index dff9bddf..125e9874 100644 --- a/src/locales/zh-CN/models.ts +++ b/src/locales/zh-CN/models.ts @@ -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': '添加标签' };