From 53f7debe1a5926d5e4550574a5cbf4328938c017 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Wed, 14 Jan 2026 10:29:11 -0800 Subject: [PATCH] Update comment to reflect upstream forwarding --- docs/source/concepts/llm_providers/supported_providers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/concepts/llm_providers/supported_providers.rst b/docs/source/concepts/llm_providers/supported_providers.rst index 69001e4d..188f35a0 100644 --- a/docs/source/concepts/llm_providers/supported_providers.rst +++ b/docs/source/concepts/llm_providers/supported_providers.rst @@ -791,7 +791,7 @@ The ``passthrough_auth`` option enables this behavior: .. code-block:: bash - # Client request - virtual key is forwarded to LiteLLM + # Client request - virtual key is forwarded to upstream curl http://localhost:10000/v1/chat/completions \ -H "Authorization: Bearer sk-litellm-virtual-key-abc123" \ -H "Content-Type: application/json" \