feat: add ref_text, x_vector_only_mode

This commit is contained in:
jialin
2026-01-31 16:53:35 +08:00
parent f803b910b5
commit 7b4d60b576
5 changed files with 75 additions and 34 deletions
+3 -1
View File
@@ -166,7 +166,9 @@ export default {
'playground.params.maxTokens': 'Max New Tokens',
'playground.params.refAudio': 'Reference Audio',
'playground.params.refAudio.tips':
'Enter a reference audio URL, or upload an audio file.'
'Enter a reference audio URL, or upload an audio file.',
'playground.params.refAudio.text': 'Transcript of Reference Audio',
'playground.params.refAudio.vectorMode': 'Use Speaker Embedding'
};
// ========== To-Do: Translate Keys (Remove After Translation) ==========