- 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
181 B
Go
11 lines
181 B
Go
package mistral
|
|
|
|
var ModelList = []string{
|
|
"open-mistral-7b",
|
|
"open-mixtral-8x7b",
|
|
"mistral-small-latest",
|
|
"mistral-medium-latest",
|
|
"mistral-large-latest",
|
|
"mistral-embed",
|
|
}
|