From 6cd674d488d2bbaba192f8c1828fceed4c0b45ca Mon Sep 17 00:00:00 2001 From: Andrew Baek Date: Sat, 9 Aug 2025 00:34:52 +0400 Subject: [PATCH 1/5] removing unneeded part from github oauth --- docs/features/sso/index.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/features/sso/index.mdx b/docs/features/sso/index.mdx index 865da2d8..a95a9dce 100644 --- a/docs/features/sso/index.mdx +++ b/docs/features/sso/index.mdx @@ -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 From 5c4a6319ab32f046b8988d2cdd060d94c45ef929 Mon Sep 17 00:00:00 2001 From: Andrew Baek Date: Sat, 9 Aug 2025 01:30:19 +0400 Subject: [PATCH 2/5] update google oath OPENID_PROVIDER_URL --- docs/features/sso/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/sso/index.mdx b/docs/features/sso/index.mdx index a95a9dce..4c3e1dfb 100644 --- a/docs/features/sso/index.mdx +++ b/docs/features/sso/index.mdx @@ -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` - Usually set to `https://accounts.google.com/.well-known/openid-configuration` for logout to work properly. ### Microsoft From 837e48469611cc325b430c6b7726125d25d61f65 Mon Sep 17 00:00:00 2001 From: Andrew Baek Date: Sat, 9 Aug 2025 21:29:44 +0400 Subject: [PATCH 3/5] Update env-configuration.md --- docs/getting-started/env-configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/env-configuration.md b/docs/getting-started/env-configuration.md index 605e5224..53051eea 100644 --- a/docs/getting-started/env-configuration.md +++ b/docs/getting-started/env-configuration.md @@ -3038,13 +3038,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` From 4a6da687f54db60da9e2a1211a2d4a971f875297 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Sun, 10 Aug 2025 03:15:54 +0400 Subject: [PATCH 4/5] Update index.mdx --- docs/enterprise/index.mdx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/enterprise/index.mdx b/docs/enterprise/index.mdx index f7c14043..86223ab0 100644 --- a/docs/enterprise/index.mdx +++ b/docs/enterprise/index.mdx @@ -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: + +
+**If you have an end-client** who is ready to move forward with us and is committed to purchasing a rebrand (enterprise) license immediately... + +Contact us directly with: - Your agency details - Client’s 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 client’s needs effectively. +
+ + Thank you for understanding and respecting our partnership process. ::: From 028a6c09fbfafdfbd8cddd6b19f277e2070e6bd3 Mon Sep 17 00:00:00 2001 From: Andrew Baek Date: Sun, 10 Aug 2025 17:54:57 +0400 Subject: [PATCH 5/5] Update index.mdx --- docs/features/sso/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/sso/index.mdx b/docs/features/sso/index.mdx index 4c3e1dfb..baae61a0 100644 --- a/docs/features/sso/index.mdx +++ b/docs/features/sso/index.mdx @@ -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` - Usually set to `https://accounts.google.com/.well-known/openid-configuration` 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