Skip to content

Commit 76a40d7

Browse files
authored
Merge pull request #855 from silentoplayz/docs-manual-db-migration
2 parents ac56920 + 6b8d7c2 commit 76a40d7

File tree

4 files changed

+912
-4
lines changed

4 files changed

+912
-4
lines changed

docs/features/rbac/permissions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Chat permissions determine what actions users can perform within chat conversati
3434

3535
Features permissions control access to specialized capabilities within Open WebUI:
3636

37-
- **Web Search**: Toggle to allow users to perform web searches during chat sessions. (Environment variable: `ENABLE_RAG_WEB_SEARCH`)
37+
- **Web Search**: Toggle to allow users to perform web searches during chat sessions. (Environment variable: `ENABLE_WEB_SEARCH`)
3838
- **Image Generation**: Toggle to allow users to generate images. (Environment variable: `ENABLE_IMAGE_GENERATION`)
3939
- **Code Interpreter**: Toggle to allow users to use the code interpreter feature. (Environment variable: `USER_PERMISSIONS_FEATURES_CODE_INTERPRETER`)
4040
- **Direct Tool Servers**: Toggle to allow users to connect directly to tool servers. (Environment variable: `USER_PERMISSIONS_FEATURES_DIRECT_TOOL_SERVERS`)
@@ -60,7 +60,7 @@ By default, Open WebUI applies the following permission settings:
6060

6161
**Features Permissions**:
6262

63-
- Web Search: Enabled (`ENABLE_RAG_WEB_SEARCH=True`)
63+
- Web Search: Enabled (`ENABLE_WEB_SEARCH=True`)
6464
- Image Generation: Enabled (`ENABLE_IMAGE_GENERATION=True`)
6565
- Code Interpreter: Enabled (`USER_PERMISSIONS_FEATURES_CODE_INTERPRETER`)
6666
- Direct Tool Servers: Disabled (`USER_PERMISSIONS_FEATURES_DIRECT_TOOL_SERVERS=False`)

docs/features/workspace/models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ From the main list view in the `Models` section, click the ellipsis (`...`) next
9494
- **Clone**: Create a copy of a model configuration, which will be appended with `-clone`.
9595

9696
:::note
97-
You cannot clone a raw Base Model directly; you must create a custom model first before cloning it.
97+
A raw Base Model can be cloned as a custom Workspace model, but it will not clone the raw Base Model itself.
9898
:::
9999

100100
- **Copy Link**: Copies a direct URL to the model settings.

0 commit comments

Comments
 (0)