ci/cd run again

This commit is contained in:
Ishaan Jaff 2024-04-03 20:13:46 -07:00
parent aaf78abe86
commit d627c90bfd

View file

@ -41,7 +41,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 theresponse
print(response)
print(response["choices"][0]["finish_reason"])
except litellm.Timeout as e: