chore: pluggable locale config

This commit is contained in:
jialin
2025-10-13 14:40:26 +08:00
parent caabeb065a
commit b5fa40047a
30 changed files with 731 additions and 575 deletions
@@ -4,9 +4,9 @@ import vllmParameters from './vllm-parameters';
export const backendOptionsMap = {
llamaBox: 'llama-box',
vllm: 'vllm',
vllm: 'vLLM',
voxBox: 'vox-box',
ascendMindie: 'ascend-mindie',
ascendMindie: 'MindIE',
custom: 'custom'
};