(ci/cd) run again

This commit is contained in:
ishaan-jaff 2024-02-03 20:36:35 -08:00
parent 10822ded76
commit 1155025e6a

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 the, response
print(response)
print(response["choices"][0]["finish_reason"])
except Exception as e: