diff --git a/litellm/tests/test_exceptions.py b/litellm/tests/test_exceptions.py index 8dfad1dcbd..819aade14b 100644 --- a/litellm/tests/test_exceptions.py +++ b/litellm/tests/test_exceptions.py @@ -40,7 +40,7 @@ models = ["gpt-3.5-turbo"] def logging_fn(model_call_dict): - # return + return if "model" in model_call_dict: print(f"model_call_dict: {model_call_dict['model']}") else: