forked from phoenix/litellm-mirror
(test) cf azure
This commit is contained in:
parent
8e10a1eb81
commit
0864713b62
1 changed files with 3 additions and 1 deletions
|
@ -1626,6 +1626,7 @@ def test_completion_anyscale_api():
|
||||||
|
|
||||||
|
|
||||||
def test_azure_cloudflare_api():
|
def test_azure_cloudflare_api():
|
||||||
|
litellm.set_verbose = True
|
||||||
try:
|
try:
|
||||||
messages = [
|
messages = [
|
||||||
{
|
{
|
||||||
|
@ -1641,11 +1642,12 @@ def test_azure_cloudflare_api():
|
||||||
)
|
)
|
||||||
print(f"response: {response}")
|
print(f"response: {response}")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
pytest.fail(f"Error occurred: {e}")
|
||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
# test_azure_cloudflare_api()
|
test_azure_cloudflare_api()
|
||||||
|
|
||||||
|
|
||||||
def test_completion_anyscale_2():
|
def test_completion_anyscale_2():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue