mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #13722] issue: Open WebUI pipeline valves setting by webui not synchonized to pipeline plugin #32537
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 @wangjiyang on GitHub (May 9, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/13722
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.5
Ollama Version (if applicable)
No response
Operating System
Ubuntu 22.04
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
when user setting valves config value via webui interface "manage pipelines" tab, all these settings will sync to pipeline python code and can be accessed via envionment variable. However, it seems envioronment variable not updated and pipeline plugin can't use it.
Actual Behavior
when user setting valves config value via webui interface "manage pipelines" tab, all these settings will sync to pipeline python code and can be accessed via envionment variable. However, it seems envioronment variable not updated and pipeline plugin can't use it.
Steps to Reproduce
set these values.
Logs & Screenshots
Additional Information
No response
@wangjiyang commented on GitHub (May 9, 2025):
oh, i know. Plugin code should override on_valves_updated, and self.valves.KEY is updated by framework.