mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[GH-ISSUE #11982] issue: Remove the filter_functions in the log output #16425
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @platinhom on GitHub (Mar 23, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/11982
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
0.5.20
Ollama Version (if applicable)
No response
Operating System
Ubuntu 22
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
In the log output, it will always say:
filter_functions=[..........]when run the chat. I don't want to see it in the output since it's too long.Actual Behavior
filter_functions=[..........]should be removed.Steps to Reproduce
Just run the chat.
Logs & Screenshots
Additional Information
It may cause by utils/middleware.py
@tjbck commented on GitHub (Mar 23, 2025):
Addressed with
c714bd8739