mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-13 03:40:42 +02:00
Update open-webui to version v0.6.5 (#2567)
This commit is contained in:
parent
06f762849e
commit
b6560ef802
@ -8,7 +8,7 @@ services:
|
|||||||
PROXY_AUTH_ADD: "false"
|
PROXY_AUTH_ADD: "false"
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: ghcr.io/open-webui/open-webui:v0.6.2@sha256:79f5f3ac1d2b41184e48a163ea9a7b9de42dea2111f7832017ddef385ead8369
|
image: ghcr.io/open-webui/open-webui:v0.6.5@sha256:fe7a6870ec6b2fd540c0f2007e6aa812dc4bf04a2d0a305bb344eeb10de0a7b7
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data/open-webui:/app/backend/data
|
- ${APP_DATA_DIR}/data/open-webui:/app/backend/data
|
||||||
environment:
|
environment:
|
||||||
|
@ -3,7 +3,7 @@ id: open-webui
|
|||||||
name: Open WebUI
|
name: Open WebUI
|
||||||
tagline: Chat with Ollama models like DeepSeek-R1 and LLama, or use an OpenAI API key
|
tagline: Chat with Ollama models like DeepSeek-R1 and LLama, or use an OpenAI API key
|
||||||
category: ai
|
category: ai
|
||||||
version: "0.6.2"
|
version: "0.6.5"
|
||||||
port: 2876
|
port: 2876
|
||||||
description: >-
|
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.
|
Open WebUI lets you chat with advanced AI models running locally on your own device or connect to online models using an API key.
|
||||||
@ -42,20 +42,21 @@ releaseNotes: >-
|
|||||||
|
|
||||||
|
|
||||||
Key highlights in this release include:
|
Key highlights in this release include:
|
||||||
- Improved global language support with expanded translations
|
- Granular voice feature permissions for user groups
|
||||||
- Enhanced accuracy for tool descriptions from OpenAPI servers
|
- Toggle for Voice Activity Detection in Whisper speech-to-text
|
||||||
- Fixed web search result attribution and content retrieval
|
- New "Copy Formatted" option for AI responses
|
||||||
- Restored audio file upload responses
|
- Backend stability and performance improvements
|
||||||
- Various backend improvements for better performance and stability
|
- Enhanced translations across multiple languages
|
||||||
- Global external tool server config for admins
|
- Fixed LDAP login reliability issues
|
||||||
- User toggle to access external tools
|
- Resolved image generation problems in temporary chats
|
||||||
- Mistral OCR support for scanned docs
|
- Toggle for auto-artifact detection and persistent config
|
||||||
- Unified tools dropdown UI
|
- Widescreen shared chat view and improved copy behavior
|
||||||
- Improved default RAG prompt
|
- On-demand knowledge reindexing and YAML OpenAPI support
|
||||||
- Refactored tool logic for better performance
|
- Azure Speech-to-Text and Sougou search integration
|
||||||
- Updated translations
|
- Multi-model chat and web loader engine controls
|
||||||
- Better image output in tool messages
|
- PWA external manifest, Elixir highlighting, and PKCE for OIDC
|
||||||
- Various bug fixes and performance improvements
|
- UI/UX improvements and translation updates
|
||||||
|
- Bug fixes and performance enhancements
|
||||||
|
|
||||||
|
|
||||||
Full release notes can be found at https://github.com/open-webui/open-webui/releases
|
Full release notes can be found at https://github.com/open-webui/open-webui/releases
|
||||||
|
Loading…
Reference in New Issue
Block a user