forked from phoenix/litellm-mirror
add SecretManager to httpxSpecialProvider
This commit is contained in:
parent
70c8be59d7
commit
750439cd46
1 changed files with 1 additions and 0 deletions
|
@ -8,3 +8,4 @@ class httpxSpecialProvider(str, Enum):
|
||||||
GuardrailCallback = "guardrail_callback"
|
GuardrailCallback = "guardrail_callback"
|
||||||
Caching = "caching"
|
Caching = "caching"
|
||||||
Oauth2Check = "oauth2_check"
|
Oauth2Check = "oauth2_check"
|
||||||
|
SecretManager = "secret_manager"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue