From 27fbfbe259fafe096846c28899e7f4d7826681fa Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Sat, 4 Oct 2025 09:47:16 -0700 Subject: [PATCH] fix: include_subpath --- litellm/proxy/example_config_yaml/pass_through_config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/proxy/example_config_yaml/pass_through_config.yaml b/litellm/proxy/example_config_yaml/pass_through_config.yaml index f8846eef66..a7b65b272e 100644 --- a/litellm/proxy/example_config_yaml/pass_through_config.yaml +++ b/litellm/proxy/example_config_yaml/pass_through_config.yaml @@ -34,6 +34,7 @@ general_settings: pass_through_endpoints: - path: "/azure-config-passthrough" target: os.environ/AZURE_API_BASE + include_subpath: true headers: Authorization: os.environ/AZURE_API_KEY