From 1d3fadb2219d0e60d0a11dd7eaf63201bd94a236 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Sat, 24 Feb 2024 20:31:13 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ccbc27b..358e783d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### 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 - **🖼️ Image Generation Enhancements**: Advanced Settings + Image Preview Feature. - Allows setting number of steps for image generation; defaults to A1111 default value.