We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 661a42b + 4f468e9 commit 3671c6aCopy full SHA for 3671c6a
litellm/proxy/guardrails/guardrail_hooks/bedrock_guardrails.py
@@ -24,7 +24,6 @@
24
from litellm.caching import DualCache
25
from litellm.integrations.custom_guardrail import (
26
CustomGuardrail,
27
- log_guardrail_information,
28
)
29
from litellm.llms.bedrock.base_aws_llm import BaseAWSLLM
30
from litellm.llms.custom_httpx.http_handler import (
@@ -518,7 +517,6 @@ def _should_raise_guardrail_blocked_exception(
518
517
# This means all actions were ANONYMIZED or NONE, so don't raise exception
519
return False
520
521
- @log_guardrail_information
522
async def async_pre_call_hook(
523
self,
524
user_api_key_dict: UserAPIKeyAuth,
0 commit comments