Update open-webui to version v0.6.5 (#2567)

This commit is contained in:
Alexander L. 2025-04-14 15:58:41 +02:00 committed by GitHub
parent 06f762849e
commit b6560ef802
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 17 additions and 16 deletions

View File

@ -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:

View File

@ -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