Skip to content

Commit

Permalink
Update open webui v0.5.10 (#2171)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-lac authored Feb 10, 2025
1 parent 54fb35b commit d3899f6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion open-webui/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
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: ""

0 comments on commit d3899f6

Please sign in to comment.