mirror of
https://github.com/open-webui/docs
synced 2025-06-13 01:52:25 +00:00
fix: update the other valves page for pipelines
it was not making it clear that valves are not a pipeline only feature Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com>
This commit is contained in:
parent
88e11a49bf
commit
adfa5ed0cf
@ -5,7 +5,9 @@ title: "⚙️ Valves"
|
||||
|
||||
# Valves
|
||||
|
||||
Valves are input variables that are set per pipeline. Valves are set as a subclass of the `Pipeline` class, and initialized as part of the `__init__` method of the `Pipeline` class.
|
||||
`Valves` (see the dedicated [Valves & UserValves](../features/plugin/valves/index.mdx) page) can also be set for `Pipeline`. In short, `Valves` are input variables that are set per pipeline.
|
||||
|
||||
`Valves` are set as a subclass of the `Pipeline` class, and initialized as part of the `__init__` method of the `Pipeline` class.
|
||||
|
||||
When adding valves to your pipeline, include a way to ensure that valves can be reconfigured by admins in the web UI. There are a few options for this:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user