Manage your installed models and backends
- - -diff --git a/core/http/static/general.css b/core/http/static/general.css index 467821970..c63ceb31b 100644 --- a/core/http/static/general.css +++ b/core/http/static/general.css @@ -39,6 +39,11 @@ body { background-color: var(--color-bg-primary); } +/* Pages without sidebar (e.g. login): center content */ +.app-layout.no-sidebar .main-content { + margin-left: 0; +} + /* Chat page: fix viewport height so messages scroll and input stays fixed at bottom */ .app-layout.chat-layout { height: 100vh; diff --git a/core/http/views/404.html b/core/http/views/404.html index 2ac69b9e3..3788498bc 100644 --- a/core/http/views/404.html +++ b/core/http/views/404.html @@ -19,15 +19,13 @@ 404 - Page Not Found
The page you're looking for doesn't exist or has been moved
- diff --git a/core/http/views/backends.html b/core/http/views/backends.html index f2d53349d..ba22dc4fb 100644 --- a/core/http/views/backends.html +++ b/core/http/views/backends.html @@ -61,10 +61,10 @@ Capability: - - + + Documentation - + @@ -119,12 +119,12 @@{{if .ErrorMessage}}{{.ErrorMessage}}{{else}}An unexpected error occurred{{end}}
-Get started by installing a model from the gallery or importing it
- {{$modelsN}} model{{if gt $modelsN 1}}s{{end}} ready to use -
++ {{$modelsN}} model{{if gt $modelsN 1}}s{{end}} ready to use +
+Backends power your AI models. Install them from the backend gallery to get started
- @@ -502,14 +481,14 @@Configure watchdog and backend request settings
Configuration Source
- -- Environment variables take precedence. To modify settings via the UI, unset the relevant environment variables first. -
-View logged API requests and responses
-