(ci/cd) run again

This commit is contained in:
Ishaan Jaff 2024-05-14 20:45:07 -07:00
parent e7af8d61cd
commit faa58c7938

View file

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