forked from open-webui/open-webui
Update CHANGELOG.md
This commit is contained in:
parent
c8631660c7
commit
07a59cd338
1 changed files with 10 additions and 7 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -5,23 +5,26 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [0.1.103] - 2024-02-24
|
## [0.1.103] - 2024-02-25
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- **🔗 Built-in LiteLLM Proxy**: Open WebUI now ships with LiteLLM proxy built-in.
|
- **🔗 Built-in LiteLLM Proxy**: Now includes LiteLLM proxy within Open WebUI for enhanced functionality.
|
||||||
- Mount existing LiteLLM config.yaml using `-v /path/to/config.yaml:/app/backend/data/litellm/config.yaml` flag
|
|
||||||
- **🖼️ Image Generation Enhancements**: Advanced Settings + Image Preview Feature.
|
- Easily integrate existing LiteLLM configurations using `-v /path/to/config.yaml:/app/backend/data/litellm/config.yaml` flag.
|
||||||
- Allows setting number of steps for image generation; defaults to A1111 default value.
|
- Note: When utilizing Docker container to run Open WebUI, ensure connections to localhost use `host.docker.internal`.
|
||||||
|
|
||||||
|
- **🖼️ Image Generation Enhancements**: Introducing Advanced Settings with Image Preview Feature.
|
||||||
|
- Customize image generation by setting the number of steps; defaults to A1111 value.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Issue with RAG scan that stops loading documents as soon as it reaches a file with unsupported mime type (or any other exceptions). (#866)
|
- Resolved issue with RAG scan halting document loading upon encountering unsupported MIME types or exceptions (Issue #866).
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Ollama is no longer required to run Open WebUI.
|
- Ollama is no longer required to run Open WebUI.
|
||||||
- Our documentation can be found here: [Open WebUI Documentation](https://docs.openwebui.com/)
|
- Access our comprehensive documentation at [Open WebUI Documentation](https://docs.openwebui.com/).
|
||||||
|
|
||||||
## [0.1.102] - 2024-02-22
|
## [0.1.102] - 2024-02-22
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue