Merge pull request #654 from open-webui/main

update dev
This commit is contained in:
Classic298
2025-08-10 23:14:08 +02:00
committed by GitHub
3 changed files with 11 additions and 5 deletions

View File

@@ -58,7 +58,11 @@ Please understand:
- We prioritize mature organizations, companies less than 5 years old are not eligible, except in truly exceptional cases.
- Our program is currently at full capacity. We will reach out at our discretion should an opportunity arise.
**If you have an end-client** who is ready to move forward with us and is committed to purchasing a rebrand (enterprise) license immediately, please contact us directly with:
<details>
<summary>**If you have an end-client** who is ready to move forward with us and is committed to purchasing a rebrand (enterprise) license immediately...</summary>
Contact us directly with:
- Your agency details
- Clients company name and official work email domain
@@ -66,6 +70,9 @@ Please understand:
This will help us expedite the process and ensure we can support your clients needs effectively.
</details>
Thank you for understanding and respecting our partnership process.
:::

View File

@@ -49,7 +49,7 @@ The following environment variables are required:
1. `GOOGLE_CLIENT_ID` - Google OAuth client ID
1. `GOOGLE_CLIENT_SECRET` - Google OAuth client secret
1. `OPENID_PROVIDER_URL` - Must be set for logout to work properly.
1. `OPENID_PROVIDER_URL` - Must be set for logout to work properly. (Usually to `https://accounts.google.com/.well-known/openid-configuration`)
### Microsoft
@@ -75,7 +75,6 @@ The following environment variables are required:
1. `GITHUB_CLIENT_ID` - Github OAuth App Client ID
1. `GITHUB_CLIENT_SECRET` - Github OAuth App Client Secret
1. `OPENID_PROVIDER_URL` - Must be set for logout to work properly.
### OIDC

View File

@@ -3177,13 +3177,13 @@ If `OAUTH_PICTURE_CLAIM` is set to `''` (empty string), then the OAuth picture c
- Default: `True`
- Description: When `USER_PERMISSIONS_CHAT_CONTROLS` is enabled, this setting specifically controls the visibility of the "Valves" section within the chat controls panel.
#### USER_PERMISSIONS_CHAT_SYSTEM_PROMPT
#### `USER_PERMISSIONS_CHAT_SYSTEM_PROMPT`
- Type: `bool`
- Default: `True`
- Description: When `USER_PERMISSIONS_CHAT_CONTROLS` is enabled, this setting specifically controls the visibility of the customizable "System Prompt" section within the chat controls panel, folders and the user settings.
#### USER_PERMISSIONS_CHAT_PARAMS
#### `USER_PERMISSIONS_CHAT_PARAMS`
- Type: `bool`
- Default: `True`