mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
test test_image_generation_azure_dall_e_3
This commit is contained in:
parent
3966c545b4
commit
5f025390bb
3 changed files with 3 additions and 0 deletions
|
@ -341,6 +341,7 @@ async def test_langfuse_masked_input_output(langfuse_client):
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.asyncio
|
@pytest.mark.asyncio
|
||||||
|
@pytest.mark.flaky(retries=3, delay=1)
|
||||||
async def test_aaalangfuse_logging_metadata(langfuse_client):
|
async def test_aaalangfuse_logging_metadata(langfuse_client):
|
||||||
"""
|
"""
|
||||||
Test that creates multiple traces, with a varying number of generations and sets various metadata fields
|
Test that creates multiple traces, with a varying number of generations and sets various metadata fields
|
||||||
|
|
|
@ -541,6 +541,7 @@ async def test_embedding_caching_azure_individual_items_reordered():
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.asyncio
|
@pytest.mark.asyncio
|
||||||
|
@pytest.mark.flaky(retries=3, delay=1)
|
||||||
async def test_embedding_caching_base_64():
|
async def test_embedding_caching_base_64():
|
||||||
""" """
|
""" """
|
||||||
litellm.set_verbose = True
|
litellm.set_verbose = True
|
||||||
|
|
|
@ -82,6 +82,7 @@ async def test_image_generation_azure(sync_mode):
|
||||||
# test_image_generation_azure()
|
# test_image_generation_azure()
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.flaky(retries=3, delay=1)
|
||||||
def test_image_generation_azure_dall_e_3():
|
def test_image_generation_azure_dall_e_3():
|
||||||
try:
|
try:
|
||||||
litellm.set_verbose = True
|
litellm.set_verbose = True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue