添加azure speech支持

This commit is contained in:
MartialBE
2023-12-02 22:13:47 +08:00
parent c97c8a0f65
commit a884c4b0bf
5 changed files with 130 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ export const CHANNEL_OPTIONS = [
{ key: 16, text: '智谱 ChatGLM', value: 16, color: 'violet' },
{ key: 19, text: '360 智脑', value: 19, color: 'blue' },
{ key: 23, text: '腾讯混元', value: 23, color: 'teal' },
{ key: 24, text: 'Azure Speech', value: 24, color: 'olive' },
{ key: 8, text: '自定义渠道', value: 8, color: 'pink' },
{ key: 22, text: '知识库FastGPT', value: 22, color: 'blue' },
{ key: 21, text: '知识库AI Proxy', value: 21, color: 'purple' },