We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f56e4 commit e0ac27cCopy full SHA for e0ac27c
litellm/tests/test_openai_batches_and_files.py
@@ -29,6 +29,9 @@ def test_create_batch(provider):
29
2. Create Batch Request
30
3. Retrieve the specific batch
31
"""
32
+ if provider == "azure":
33
+ # Don't have anymore Azure Quota
34
+ return
35
file_name = "openai_batch_completions.jsonl"
36
_current_dir = os.path.dirname(os.path.abspath(__file__))
37
file_path = os.path.join(_current_dir, file_name)
@@ -103,6 +106,9 @@ async def test_async_create_batch(provider):
103
106
104
107
105
108
print("Testing async create batch")
109
110
111
112
113
114
0 commit comments