(test) cf azure

This commit is contained in:
ishaan-jaff 2024-01-04 10:26:41 +05:30
parent 8e10a1eb81
commit 0864713b62

View file

@ -1626,6 +1626,7 @@ def test_completion_anyscale_api():
def test_azure_cloudflare_api():
litellm.set_verbose = True
try:
messages = [
{
@ -1641,11 +1642,12 @@ def test_azure_cloudflare_api():
)
print(f"response: {response}")
except Exception as e:
pytest.fail(f"Error occurred: {e}")
traceback.print_exc()
pass
# test_azure_cloudflare_api()
test_azure_cloudflare_api()
def test_completion_anyscale_2():