chore: speech to text

This commit is contained in:
jialin
2024-11-22 10:00:34 +08:00
parent f24aef300b
commit c3473673da
47 changed files with 3364 additions and 904 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ export default {
'menu.playground.rerank': 'Rerank',
'menu.playground.embedding': 'Embedding',
'menu.playground.chat': 'Chat',
'menu.playground.speech': 'Speech',
'menu.playground.text2images': 'Text to Images',
'menu.playground.speech': 'Audio',
'menu.playground.text2images': 'Image',
'menu.compare': 'Compare',
'menu.models': 'Models',
'menu.resources': 'Resources',
+1
View File
@@ -36,6 +36,7 @@ export default {
'playground.img.upload.success': 'Upload Success',
'playground.img.upload.error': 'Upload Error',
'playground.toolbar.clearmsg': 'Clear Messages',
'playground.toolbar.autoplay': 'Autoplay',
'playground.toolbar.prompts': 'Prompts',
'playground.toolbar.compare2Model': '2-Model Comparison',
'playground.toolbar.compare3Model': '3-Model Comparison',
+1 -1
View File
@@ -5,7 +5,7 @@ export default {
'menu.playground.embedding': '文本嵌入',
'menu.playground.chat': '对话',
'menu.playground.speech': '语音',
'menu.playground.text2images': '文生图',
'menu.playground.text2images': '图',
'menu.compare': '多模型对比',
'menu.models': '模型',
'menu.resources': '资源',
+1
View File
@@ -36,6 +36,7 @@ export default {
'playground.img.upload.success': '上传成功',
'playground.img.upload.error': '上传失败',
'playground.toolbar.clearmsg': '清空消息',
'playground.toolbar.autoplay': '自动播放',
'playground.toolbar.prompts': '提示词',
'playground.toolbar.compare2Model': '2 模型对比',
'playground.toolbar.compare3Model': '3 模型对比',