From 7dd8d5aa64c213b65cacfa255492629becb53432 Mon Sep 17 00:00:00 2001 From: ota42y Date: Wed, 17 Dec 2025 12:33:33 +0000 Subject: [PATCH] feat: add ENABLE_SAFETY_IDENTIFIER doc Add `ENABLE_SAFETY_IDENTIFIER` document. related: https://github.com/open-webui/open-webui/pull/20009 --- docs/getting-started/env-configuration.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/getting-started/env-configuration.mdx b/docs/getting-started/env-configuration.mdx index 5fc17133b..f8e7cdc28 100644 --- a/docs/getting-started/env-configuration.mdx +++ b/docs/getting-started/env-configuration.mdx @@ -613,6 +613,15 @@ The AIOHTTP_CLIENT_TIMEOUT_MODEL_LIST is set to 10 seconds by default to help en - Example: `sk-124781258123;sk-4389759834759834` - Persistence: This environment variable is a `PersistentConfig` variable. +#### `ENABLE_SAFETY_IDENTIFIER` + +- Type: `bool` +- Default: `False` +- Description: When enabled, Open WebUI sends a `safety_identifier` to OpenAI-compatible servers. +The identifier is a hash derived from the user ID and `WEBUI_SECRET_KEY`, +providing a stable token for each user while preventing +the recipient from identifying the original user. + ### Tasks #### `TASK_MODEL`