diff --git a/litellm/types/guardrails.py b/litellm/types/guardrails.py index 3ef20aa47a4..7dd06a79b17 100644 --- a/litellm/types/guardrails.py +++ b/litellm/types/guardrails.py @@ -19,5 +19,4 @@ litellm_settings: class GuardrailItem(BaseModel): callbacks: List[str] default_on: bool - logging_only: bool guardrail_name: str