- 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)
14 lines
188 B
Go
14 lines
188 B
Go
package stepfun
|
|
|
|
var ModelList = []string{
|
|
"step-1-8k",
|
|
"step-1-32k",
|
|
"step-1-128k",
|
|
"step-1-256k",
|
|
"step-1-flash",
|
|
"step-2-16k",
|
|
"step-1v-8k",
|
|
"step-1v-32k",
|
|
"step-1x-medium",
|
|
}
|