Use the taks file to install it.
task clone
task install
Installs open-webui from this fork of open-webui.
Log into minio and create the bucket "openwebui" before uploading files.
task open
An (incomplete) OIDC dev setup with mock server is included. Currently this fails with
Unhandled exception. System.IO.FileLoadException: Could not load file or assembly 'OpenIdConnectServerMock, Version=0.10.1.0, Culture=neutral, PublicKeyToken=null'.
The litellm_config.yaml
file should have the proper api keys. If these were not set from the get go, you should restart the container with the new values.
Go to /admin/settings/connections
and configure the connections, OpenAI API should have the Api Base Url http://litellm:4000/v1
and api key sk-1234
(see docker.compose.yml
). Then the models will appear in the models tab: /admin/settings/models
.