feat: playground tts

This commit is contained in:
jialin
2024-11-22 10:00:34 +08:00
parent 16e2ac5b6c
commit 84e0c46711
10 changed files with 706 additions and 42 deletions
+2
View File
@@ -2,7 +2,9 @@ export default {
'menu.dashboard': 'Dashboard',
'menu.playground': 'Playground',
'menu.playground.rerank': 'Rerank',
'menu.playground.embedding': 'Embedding',
'menu.playground.chat': 'Chat',
'menu.playground.speech': 'Speech',
'menu.compare': 'Compare',
'menu.models': 'Models',
'menu.resources': 'Resources',
+1
View File
@@ -4,6 +4,7 @@ export default {
'menu.playground.rerank': '重排',
'menu.playground.embedding': '文本嵌入',
'menu.playground.chat': '对话',
'menu.playground.speech': '语音',
'menu.compare': '多模型对比',
'menu.models': '模型',
'menu.resources': '资源',