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
@ -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…
Reference in New Issue
Block a user