From 90f9aded9fca7e58ea8001b7cc10addf927f9797 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 12 Dec 2024 10:48:47 -0800 Subject: [PATCH] ci/cd run release pipeline --- litellm/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/__init__.py b/litellm/__init__.py index 6f5afbba83c..6d76e8b3d29 100644 --- a/litellm/__init__.py +++ b/litellm/__init__.py @@ -96,7 +96,7 @@ add_user_information_to_llm_headers: Optional[bool] = ( None # adds user_id, team_id, token hash (params from StandardLoggingMetadata) to request headers ) store_audit_logs = False # Enterprise feature, allow users to see audit logs -## end of callbacks ############# +### end of callbacks ############# email: Optional[str] = ( None # Not used anymore, will be removed in next MAJOR release - https://github.com/BerriAI/litellm/discussions/648