Update open-webui to version v0.5.12 (#2209)
This commit is contained in:
parent
24624159ea
commit
2218b60381
@ -8,7 +8,7 @@ services:
|
||||
PROXY_AUTH_ADD: "false"
|
||||
|
||||
web:
|
||||
image: ghcr.io/open-webui/open-webui:v0.5.10@sha256:d1946178c44ac314bf8764bf4b28ac64e372668be5e8c9d233e32ded9c8c10c7
|
||||
image: ghcr.io/open-webui/open-webui:v0.5.12@sha256:492d8941ccc1976f647302be853f17c5b7e24f16d31adf0878450ba975b9da46
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/open-webui:/app/backend/data
|
||||
environment:
|
||||
|
||||
@ -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.10"
|
||||
version: "0.5.12"
|
||||
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.
|
||||
@ -37,16 +37,15 @@ defaultPassword: ""
|
||||
dependencies:
|
||||
- ollama
|
||||
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
|
||||
⚠️ If you encounter errors when chatting with your existing ollama models after this update, please clear your browser cache to resolve.
|
||||
This is a known issue with ollama and open-webui that may occur after updating.
|
||||
|
||||
|
||||
This update includes several improvements and fixes:
|
||||
- Added support for multiple tool calls in native function mode for better automation
|
||||
- Fixed text completion functionality in the Playground
|
||||
- Improved input responsiveness for better typing experience with long messages
|
||||
- Enhanced direct API connections for all user roles
|
||||
|
||||
|
||||
Full release notes can be found at https://github.com/open-webui/open-webui/releases
|
||||
|
||||
Loading…
Reference in New Issue
Block a user