From 242830108c3cfb968531be60686070a8d03bb863 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 24 Apr 2024 21:09:22 -0700 Subject: [PATCH] (ci/cd) run again --- litellm/tests/test_completion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index 61ea12aa192..503211c7bb2 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -57,7 +57,7 @@ def test_completion_custom_provider_model_name(): messages=messages, logger_fn=logger_fn, ) - # Add any assertions here to check the response + # Add any assertions here to, check the response print(response) print(response["choices"][0]["finish_reason"]) except litellm.Timeout as e: