mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-31 15:45:08 +08:00
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:
@ -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!',
|
||||
|
||||
Reference in New Issue
Block a user