From 68c9117904dfc66c2491eb512991eca07b473a91 Mon Sep 17 00:00:00 2001 From: df-cgdm Date: Fri, 14 Feb 2025 12:05:04 +0100 Subject: [PATCH] ENABLE_FORWARD_USER_INFO_HEADERS is also for ollama --- docs/getting-started/env-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/env-configuration.md b/docs/getting-started/env-configuration.md index 09bd0c8..ad53630 100644 --- a/docs/getting-started/env-configuration.md +++ b/docs/getting-started/env-configuration.md @@ -567,7 +567,7 @@ The value of `API_KEY_ALLOWED_ENDPOINTS` should be a comma-separated list of end - type: `bool` - Default: `False` -- Description: Forwards user information (name, id, email, and role) as X-headers to OpenAI API. +- Description: Forwards user information (name, id, email, and role) as X-headers to OpenAI API and Ollama API. If enabled, the following headers are forwarded: - `X-OpenWebUI-User-Name` - `X-OpenWebUI-User-Id`