doc: changelog

This commit is contained in:
Timothy J. Baek 2024-02-24 23:17:04 -08:00
parent d0c0d0d2b4
commit 86da5b21d6

View file

@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### Added
- **🔗 Built-in LiteLLM Proxy**: Open WebUI now ships with LiteLLM proxy built-in. - **🔗 Built-in LiteLLM Proxy**: Open WebUI now ships with LiteLLM proxy built-in.
- Mount existing LiteLLM config.yaml using `-v /path/to/config.yaml:/data/litellm/config.yaml` flag - 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. - **🖼️ Image Generation Enhancements**: Advanced Settings + Image Preview Feature.
- Allows setting number of steps for image generation; defaults to A1111 default value. - Allows setting number of steps for image generation; defaults to A1111 default value.