mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-14 20:23:46 +08:00
✨ 添加azure speech支持
This commit is contained in:
@@ -186,6 +186,7 @@ const (
|
||||
ChannelTypeAIProxyLibrary = 21
|
||||
ChannelTypeFastGPT = 22
|
||||
ChannelTypeTencent = 23
|
||||
ChannelTypeAzureSpeech = 24
|
||||
)
|
||||
|
||||
var ChannelBaseURLs = []string{
|
||||
@@ -212,7 +213,8 @@ var ChannelBaseURLs = []string{
|
||||
"https://openrouter.ai/api", // 20
|
||||
"https://api.aiproxy.io", // 21
|
||||
"https://fastgpt.run/api/openapi", // 22
|
||||
"https://hunyuan.cloud.tencent.com", //23
|
||||
"https://hunyuan.cloud.tencent.com", // 23
|
||||
"", // 24
|
||||
}
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user