소스 검색

doc: changelog

Timothy J. Baek 1 년 전
부모
커밋
86da5b21d6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      CHANGELOG.md

+ 1 - 1
CHANGELOG.md

@@ -10,7 +10,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.
-  - 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.
   - Allows setting number of steps for image generation; defaults to A1111 default value.