diff --git a/litellm/__init__.py b/litellm/__init__.py index c056e66726..36c744965d 100644 --- a/litellm/__init__.py +++ b/litellm/__init__.py @@ -260,7 +260,7 @@ return_response_headers: bool = ( False # get response headers from LLM Api providers - example x-remaining-requests, ) enable_json_schema_validation: bool = False -################## +################### logging: bool = True enable_loadbalancing_on_batch_endpoints: Optional[bool] = None enable_caching_on_provider_specific_optional_params: bool = (