- 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)
10 lines
148 B
Go
10 lines
148 B
Go
package lingyiwanwu
|
|
|
|
// https://platform.lingyiwanwu.com/docs
|
|
|
|
var ModelList = []string{
|
|
"yi-34b-chat-0205",
|
|
"yi-34b-chat-200k",
|
|
"yi-vl-plus",
|
|
}
|