- 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)
8 lines
119 B
Go
8 lines
119 B
Go
package baichuan
|
|
|
|
var ModelList = []string{
|
|
"Baichuan2-Turbo",
|
|
"Baichuan2-Turbo-192k",
|
|
"Baichuan-Text-Embedding",
|
|
}
|