mirror of
https://github.com/open-webui/docs
synced 2025-05-20 03:08:56 +00:00
Add documentation for env var & UI config of direct tool servers, and add env var for code interpreter that was missing
This commit is contained in:
parent
53e9e195ac
commit
33fe2c58f3
@ -30,7 +30,8 @@ Features permissions control access to specialized capabilities within Open WebU
|
|||||||
|
|
||||||
* **Web Search**: Toggle to allow users to perform web searches during chat sessions. (Environment variable: `ENABLE_RAG_WEB_SEARCH`)
|
* **Web Search**: Toggle to allow users to perform web searches during chat sessions. (Environment variable: `ENABLE_RAG_WEB_SEARCH`)
|
||||||
* **Image Generation**: Toggle to allow users to generate images. (Environment variable: `ENABLE_IMAGE_GENERATION`)
|
* **Image Generation**: Toggle to allow users to generate images. (Environment variable: `ENABLE_IMAGE_GENERATION`)
|
||||||
* **Code Interpreter**: Toggle to allow users to use the code interpreter feature.
|
* **Code Interpreter**: Toggle to allow users to use the code interpreter feature. (Environment variable: `USER_PERMISSIONS_FEATURES_CODE_INTERPRETER`)
|
||||||
|
* **Direct Tool Servers**: Toggle to allow users to connect directly to tool servers. (Environment variable: `USER_PERMISSIONS_FEATURES_DIRECT_TOOL_SERVERS`)
|
||||||
|
|
||||||
## Default Permission Settings
|
## Default Permission Settings
|
||||||
|
|
||||||
@ -52,7 +53,8 @@ By default, Open WebUI applies the following permission settings:
|
|||||||
**Features Permissions**:
|
**Features Permissions**:
|
||||||
- Web Search: Enabled (`ENABLE_RAG_WEB_SEARCH=True`)
|
- Web Search: Enabled (`ENABLE_RAG_WEB_SEARCH=True`)
|
||||||
- Image Generation: Enabled (`ENABLE_IMAGE_GENERATION=True`)
|
- Image Generation: Enabled (`ENABLE_IMAGE_GENERATION=True`)
|
||||||
- Code Interpreter: Enabled
|
- Code Interpreter: Enabled (`USER_PERMISSIONS_FEATURES_CODE_INTERPRETER`)
|
||||||
|
- Direct Tool Servers: Disabled (`USER_PERMISSIONS_FEATURES_DIRECT_TOOL_SERVERS=False`)
|
||||||
|
|
||||||
## Managing Permissions
|
## Managing Permissions
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user