From 750439cd464c2b8111f8d5580e42257b5635a658 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 13 Nov 2024 09:38:45 -0800 Subject: [PATCH] add SecretManager to httpxSpecialProvider --- litellm/llms/custom_httpx/types.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/llms/custom_httpx/types.py b/litellm/llms/custom_httpx/types.py index dc0958118..8e6ad0eda 100644 --- a/litellm/llms/custom_httpx/types.py +++ b/litellm/llms/custom_httpx/types.py @@ -8,3 +8,4 @@ class httpxSpecialProvider(str, Enum): GuardrailCallback = "guardrail_callback" Caching = "caching" Oauth2Check = "oauth2_check" + SecretManager = "secret_manager"