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 #############