- 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)
12 lines
167 B
Go
12 lines
167 B
Go
package ollama
|
|
|
|
var ModelList = []string{
|
|
"codellama:7b-instruct",
|
|
"llama2:7b",
|
|
"llama2:latest",
|
|
"llama3:latest",
|
|
"phi3:latest",
|
|
"qwen:0.5b-chat",
|
|
"qwen:7b",
|
|
}
|