mirror of
https://github.com/open-webui/docs
synced 2025-05-19 02:42:15 +00:00
typos
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com>
This commit is contained in:
parent
b41e1c2f67
commit
b97e0ffeb7
@ -4,10 +4,10 @@
|
||||
|
||||
Valves and UserValves are used to allow users to provide dynamic details such as an API key or a configuration option. These will create a fillable field or a bool switch in the GUI menu for the given function.
|
||||
|
||||
+Valves are configurable by admins alone via the Tools or Functions menus. On the other hand UserValves are configurable by any users directly from a chat session.
|
||||
Valves are configurable by admins alone via the Tools or Functions menus. On the other hand UserValves are configurable by any users directly from a chat session.
|
||||
|
||||
<details>
|
||||
+<summary>Commented example</summary>
|
||||
<summary>Commented example</summary>
|
||||
|
||||
```
|
||||
from pydantic import BaseModel, Field
|
||||
|
@ -95,12 +95,12 @@ Each tool must have type hints for arguments. As of version OpenWebUI version 0.
|
||||
|
||||
### Valves and UserValves - (optional, but HIGHLY encouraged)
|
||||
|
||||
+Valves and UserValves are used to allow users to provide dynamic details such as an API key or a configuration option. These will create a fillable field or a bool switch in the GUI menu for the given function.
|
||||
Valves and UserValves are used to allow users to provide dynamic details such as an API key or a configuration option. These will create a fillable field or a bool switch in the GUI menu for the given function.
|
||||
|
||||
Valves are configurable by admins alone and UserValves are configurable by any users.
|
||||
|
||||
<details>
|
||||
+<summary>Commented example</summary>
|
||||
<summary>Commented example</summary>
|
||||
|
||||
```
|
||||
from pydantic import BaseModel, Field
|
||||
|
Loading…
Reference in New Issue
Block a user