Skip to content

Commit 139e764

Browse files
committed
refac
1 parent 3a4b862 commit 139e764

45 files changed

Lines changed: 6219 additions & 5698 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3972,7 +3972,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
39723972
### Added
39733973

39743974
- **🔗 Built-in LiteLLM Proxy**: Now includes LiteLLM proxy within Open WebUI for enhanced functionality.
3975-
39763975
- Easily integrate existing LiteLLM configurations using `-v /path/to/config.yaml:/app/backend/data/litellm/config.yaml` flag.
39773976
- When utilizing Docker container to run Open WebUI, ensure connections to localhost use `host.docker.internal`.
39783977

backend/open_webui/static/assets/pdf-style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
}
2626

2727
html {
28-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'NotoSans', 'NotoSansJP', 'NotoSansKR',
28+
font-family:
29+
-apple-system, BlinkMacSystemFont, 'Segoe UI', 'NotoSans', 'NotoSansJP', 'NotoSansKR',
2930
'NotoSansSC', 'Twemoji', 'STSong-Light', 'MSung-Light', 'HeiseiMin-W3', 'HYSMyeongJo-Medium',
3031
Roboto, 'Helvetica Neue', Arial, sans-serif;
3132
font-size: 14px; /* Default font size */

0 commit comments

Comments
 (0)