Feat: The translation model type options should be consistent with the model's labels. #1036 (#12537)

### What problem does this PR solve?

Feat: The translation model type options should be consistent with the
model's labels. #1036

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2026-01-09 17:39:40 +08:00
committed by GitHub
parent b65daeb945
commit 64b1e0b4c3
11 changed files with 94 additions and 72 deletions

View File

@ -1233,6 +1233,15 @@ Example: Virtual Hosted Style`,
'Vision Language Model with LMDeploy Engine (Experimental)',
},
},
modelTypes: {
chat: 'Chat',
embedding: 'Embedding',
rerank: 'Rerank',
sequence2text: 'sequence2text',
tts: 'TTS',
image2text: 'OCR',
speech2text: 'ASR',
},
},
message: {
registered: 'Registered!',