fix: do not get the backend when local path blur

This commit is contained in:
jialin
2025-03-12 17:41:38 +08:00
parent a7170a4eee
commit fc0899d9d3
5 changed files with 38 additions and 25 deletions
+2 -2
View File
@@ -113,7 +113,7 @@ export default {
'models.form.moreparameters': 'Parameter Description',
'models.table.vram.allocated': 'Allocated VRAM',
'models.form.backend.warning':
'The backend for GGUF format models uses llama-box.',
'The backend for .gguf format models uses llama-box.',
'models.form.backend.warning.llamabox':
'Llama-box only supports GGUF format models. If your model files were downloaded from Ollama, you can ignore this warning.'
'Llama-box only supports .gguf format models. If your model files were downloaded from Ollama, you can ignore this warning.'
};