mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
test_e2e_batches_files
This commit is contained in:
parent
31ecd4ce49
commit
96a0f960a9
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ def get_any_completed_batch_id_azure():
|
|||
return None
|
||||
|
||||
|
||||
@pytest.mark.parametrize("custom_llm_provider", ["azure", "openai"])
|
||||
@pytest.mark.parametrize("custom_llm_provider", ["openai"])
|
||||
def test_e2e_batches_files(custom_llm_provider):
|
||||
"""
|
||||
[PROD Test] Ensures OpenAI Batches + files work with OpenAI SDK
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue