From 5f5c925efd0e8e87f149c3942c21be7fdebe7b9d Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Thu, 11 Jul 2024 21:01:56 -0700 Subject: [PATCH] fix(guardrails.py): fix guardrail item typing --- litellm/types/guardrails.py | 1 - 1 file changed, 1 deletion(-) 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