From 54f9faac79b8b6e3032abf1444e617c87aede30d Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Tue, 11 Jun 2024 18:42:01 -0700 Subject: [PATCH] fix(__init__.py): fix linting error --- litellm/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litellm/__init__.py b/litellm/__init__.py index 82bf85e3ff6..e18be347dab 100644 --- a/litellm/__init__.py +++ b/litellm/__init__.py @@ -62,7 +62,6 @@ post_call_rules: List[Callable] = [] turn_off_message_logging: Optional[bool] = False log_raw_request_response: bool = False redact_messages_in_exceptions: Optional[bool] = False -log_raw_request_response: bool = False store_audit_logs = False # Enterprise feature, allow users to see audit logs ## end of callbacks #############