Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update open webui v0.5.10 #2171

Merged
merged 2 commits into from
Feb 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion open-webui/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3.7'

Check notice on line 1 in open-webui/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "web"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

services:
app_proxy:
Expand All @@ -8,7 +8,7 @@
PROXY_AUTH_ADD: "false"

web:
image: ghcr.io/open-webui/open-webui:v0.5.7@sha256:b9a3425659236186df16ccf4432a247a353e54dec9549fb475d8b57f0c29a93d
image: ghcr.io/open-webui/open-webui:v0.5.10@sha256:d1946178c44ac314bf8764bf4b28ac64e372668be5e8c9d233e32ded9c8c10c7
volumes:
- ${APP_DATA_DIR}/data/open-webui:/app/backend/data
environment:
Expand Down
19 changes: 16 additions & 3 deletions open-webui/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: open-webui
name: Open WebUI
tagline: Chat with Ollama models like DeepSeek-R1 and LLama, or use an OpenAI API key
category: ai
version: "0.5.7"
version: "0.5.10"
port: 2876
description: >-
Open WebUI lets you chat with advanced AI models running locally on your own device or connect to online models using an API key.
Expand All @@ -15,7 +15,7 @@ description: >-
πŸ¦™ Install Ollama: Start by installing the Ollama app from the Umbrel App Store. Ollama enables you to download and run large language models like Llama 3 and DeepSeek-R1 directly on your device.


⬇️ Download a Model: In the Open WebUI app, type the name of the model you want in the search bar and click β€œPull from Ollama.com.” A full list of models is available at https://ollama.com/.
⬇️ Download a Model: In the Open WebUI app, type the name of the model you want in the search bar and click "Pull from Ollama.com." A full list of models is available at https://ollama.com/.


πŸ€– Example - Running DeepSeek-R1 1.5B: To use the DeepSeek-R1 model with 1.5 billion parameters, type deepseek-r1:1.5b in the search bar and start the download. Once it's ready, you can chat with the model directly in Open WebUI.
Expand All @@ -36,5 +36,18 @@ defaultUsername: ""
defaultPassword: ""
dependencies:
- ollama
releaseNotes: ""
releaseNotes: >-
This update includes several new features, improvements and bug fixes:
- Added Code Interpreter for real-time code execution for smoother, dynamic results.
- Updated the chat interface for a simpler, more intuitive experience.
- Introduced an experimental feature for quicker, smarter tool responses.
- Added a new search option and always-on web search for up-to-date info.
- Improved local date/time displays and overall performance.
- Enhanced security for external connections and fixed login and upload issues.
- System prompts now work correctly when used through the API
- Fixed an issue with the 'thinking' tag display
- Improved stability of the Code Interpreter when using custom functions


Full release notes can be found at https://github.com/open-webui/open-webui/releases
path: ""