OpenWebUI - Package Updates
Pinned
OpenWebUI
-
[2.8.0]
- Update ollama to 0.5.1
- Full Changelog
- Fixed issue where Ollama's API would generate JSON output when specifying
"format": null
- Fixed issue where passing
--format json
toollama run
would cause an error - Llama 3.3: a new state of the art 70B model. Llama 3.3 70B offers similar performance compared to Llama 3.1 405B model.
- Snowflake Arctic Embed 2: Snowflake's frontier embedding model. Arctic Embed 2.0 adds multilingual support without sacrificing English performance or scalability.
- Fixed error importing model vocabulary files
-
[2.8.1]
- Update open-webui to 0.4.8
- Full Changelog
- Bypass Model Access Control: Introduced the 'BYPASS_MODEL_ACCESS_CONTROL' environment variable. Easily bypass model access controls for user roles when access control isn't required, simplifying workflows for trusted environments.
- Markdown in Banners: Now supports markdown for banners, enabling richer, more visually engaging announcements.
- Internationalization Updates: Enhanced translations across multiple languages, further improving accessibility and global user experience.
- Styling Enhancements: General UI style refinements for a cleaner and more polished interface.
- Rich Text Reliability: Improved the reliability and stability of rich text input across chats for smoother interactions.
- Tailwind Build Issue: Resolved a breaking bug caused by Tailwind, ensuring smoother builds and overall system reliability.
- Knowledge Collection Query Fix: Addressed API endpoint issues with querying knowledge collections, ensuring accurate and reliable information retrieval.