feat: add Xunfei V2 channel support and update related configurations

This commit is contained in:
JustSong
2025-02-09 18:31:54 +08:00
parent 44233d5c04
commit 57c1367ec8
5 changed files with 32 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
package xunfeiv2
// https://www.xfyun.cn/doc/spark/HTTP%E8%B0%83%E7%94%A8%E6%96%87%E6%A1%A3.html#_3-%E8%AF%B7%E6%B1%82%E8%AF%B4%E6%98%8E
var ModelList = []string{
"lite",
"generalv3",
"pro-128k",
"generalv3.5",
"max-32k",
"4.0Ultra",
}