(ci/cd) run again

This commit is contained in:
ishaan-jaff 2024-02-06 12:53:47 -08:00 committed by Krrish Dholakia
parent 5b63827430
commit 01701c95b8

View file

@ -41,7 +41,7 @@ def test_completion_custom_provider_model_name():
messages=messages, messages=messages,
logger_fn=logger_fn, logger_fn=logger_fn,
) )
# Add any assertions here to check the, response # Add any assertions here to check the,response
print(response) print(response)
print(response["choices"][0]["finish_reason"]) print(response["choices"][0]["finish_reason"])
except litellm.Timeout as e: except litellm.Timeout as e: