fix: models compare system message sync to all
This commit is contained in:
@@ -60,5 +60,9 @@ export default {
|
||||
'models.form.backend_parameters': 'Backend Parameters',
|
||||
'models.search.gguf.tips': '1. GGUF model backend is llama-box(llama.cpp).',
|
||||
'models.search.vllm.tips': '2. Non-GGUF model backend is vLLM.',
|
||||
'models.form.ollamalink': 'Find More in Ollama Library'
|
||||
'models.form.ollamalink': 'Find More in Ollama Library',
|
||||
'models.form.backend_parameters.llamabox.placeholder':
|
||||
'e.g., --ctx-size=8192',
|
||||
'models.form.backend_parameters.vllm.placeholder':
|
||||
'e.g., --max-model-len=8192'
|
||||
};
|
||||
|
||||
@@ -59,5 +59,9 @@ export default {
|
||||
'models.form.backend_parameters': '后端参数',
|
||||
'models.search.gguf.tips': '1. GGUF 模型后端为 llama-box(llama.cpp)',
|
||||
'models.search.vllm.tips': '2. 非 GGUF 模型后端为 vLLM',
|
||||
'models.form.ollamalink': '在 Ollama Library 中查找'
|
||||
'models.form.ollamalink': '在 Ollama Library 中查找',
|
||||
'models.form.backend_parameters.llamabox.placeholder':
|
||||
'例如,--ctx-size=8192',
|
||||
'models.form.backend_parameters.vllm.placeholder':
|
||||
'例如,--max-model-len=8192'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user