- Added Server Configuration settings page (backend + frontend) - Added .env config download/import API - Runtime config updates via UI - Support for all 3 themes (default, air, berry) - i18n support (zh/en)
13 lines
244 B
Go
13 lines
244 B
Go
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",
|
|
}
|