- 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)
11 lines
166 B
Go
11 lines
166 B
Go
package tencent
|
|
|
|
var ModelList = []string{
|
|
"hunyuan-lite",
|
|
"hunyuan-standard",
|
|
"hunyuan-standard-256K",
|
|
"hunyuan-pro",
|
|
"hunyuan-vision",
|
|
"hunyuan-embedding",
|
|
}
|