open-webui
官方Docker 应用程序 from joly0's Repository
概述
(Formerly Ollama WebUI)
ChatGPT-Style Web Interface for various LLM runners, including Ollama and OpenAI-compatible APIs
IMPORTANT: Make sure to add the following environment variable to your ollama container
- OLLAMA_ORIGINS=*
Set your OpenAI API key (not persistant)
- OPENAI_API_KEY
运行时参数
- 网络用户界面
http://[IP]:[PORT:8080]/- 网络
bridge- 外壳
bash- 特权
- false
模板配置
- 目标
- /app/backend/data
- 默认值
- /mnt/user/appdata/open-webui
- 价值
- /mnt/user/appdata/open-webui
Sets the port to run Open WebUI from.
- 目标
- 8080
- 默认值
- 8080
- 价值
- 8080
You MUST set WEBUI_SECRET_KEY to a secure, persistent value. Example command: openssl rand -base64 48
Enables the use of Ollama APIs.
- 默认值
- true|false
Configures the Ollama backend URL.
- 默认值
- http://localhost:11434
- 价值
- http://localhost:11434
Enables the use of OpenAI APIs.
- 默认值
- true|false
Configures the OpenAI base API URL.
- 默认值
- https://api.openai.com/v1
- 价值
- https://api.openai.com/v1
Sets the OpenAI API key, e.g. sk-124781258123.
This setting enables or disables authentication.
- 默认值
- true|false
Sets the allowed origins for Cross-Origin Resource Sharing (CORS). Smicolon ';' separated list of allowed origins.
- 默认值
- *
- 价值
- *
Enables or disables channel support.
- 默认值
- false|true
Enables or disables the folders feature, allowing users to organize their chats into folders in the sidebar.
- 默认值
- true|false
Enables or disables the notes feature, allowing users to create and manage personal notes within Open WebUI.
- 默认值
- true|false
Enables or disables the memory feature, allowing models to store and retrieve long-term information about users.
- 默认值
- true|false
Enables admin users to directly access the chats of other users.
- 默认值
- true|false
Controls whether the Analytics tab is visible and accessible in the admin panel.
- 默认值
- true|false
Enables or disables easter egg features in the UI, such as special themes. Set to False to hide these optional novelty features from users.
- 默认值
- true|false
Sets the global logging level for all Open WebUI components.
- 默认值
- INFO|DEBUG|WARNING|ERROR|CRITICAL
Enables or disables evaluation arena models.
- 默认值
- true|false
Enables message rating feature.
- 默认值
- true|false
Controls whether users can share content with the Open WebUI Community and access community resources.
- 默认值
- true|false
Proxy for HTTP.
Proxy for HTTPS.
Comma-separate list of hosts/IPs that bypass the proxy.
详细信息
ghcr.io/open-webui/open-webui:main在Unraid 上运行 open-webui 。
open-webui 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。