feat: add MiniMax audio provider option

This commit is contained in:
jxxghp
2026-05-25 19:10:08 +08:00
parent 0113f28d8c
commit 8c6cfa7fc5
5 changed files with 21 additions and 12 deletions

View File

@@ -133,6 +133,7 @@ const audioProviderItems = computed(() => [
{ title: t('setting.system.audioProviderOpenAiAudio'), value: 'openai' },
{ title: t('setting.system.audioProviderChatAudio'), value: 'openai_chat_audio' },
{ title: t('setting.system.audioProviderMimo'), value: 'mimo' },
{ title: t('setting.system.audioProviderMinimax'), value: 'minimax' },
])
// 刮削配置