From 53293eb7008534acf199f27f01e1b0eca07959cf Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Tue, 29 Aug 2023 16:18:46 -0700 Subject: [PATCH] fix excepting mapping test case --- litellm/tests/test_exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: