mirror of
https://github.com/open-webui/docs
synced 2025-06-13 01:52:25 +00:00
Merge pull request #1 from kgeis/patch-3
fix typo(numberical→numerical)
This commit is contained in:
commit
bcfcec2e5a
@ -109,7 +109,7 @@ Valves are configurable by admins alone and UserValves are configurable by any u
|
|||||||
default=0, description="Priority level for the filter operations."
|
default=0, description="Priority level for the filter operations."
|
||||||
)
|
)
|
||||||
test_valve: int = Field(
|
test_valve: int = Field(
|
||||||
default=4, description="A valve controlling a numberical value"
|
default=4, description="A valve controlling a numerical value"
|
||||||
)
|
)
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user