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"