mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
Update IBM Guardrails implementation to correctly registrer SSL Verify argument (#15975)
Signed-off-by: Rob Geada <rob@geada.net>
This commit is contained in:
parent
e1f54ef02c
commit
49b9bd3cad
1 changed files with 2 additions and 1 deletions
|
|
@ -46,7 +46,8 @@ class IBMGuardrailDetector(CustomGuardrail):
|
|||
**kwargs,
|
||||
):
|
||||
self.async_handler = get_async_httpx_client(
|
||||
llm_provider=httpxSpecialProvider.GuardrailCallback
|
||||
llm_provider=httpxSpecialProvider.GuardrailCallback,
|
||||
params={"ssl_verify": verify_ssl}
|
||||
)
|
||||
|
||||
# Set API configuration
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue