mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-02 02:21:27 +00:00
fix test_async_create_batch
This commit is contained in:
@@ -297,7 +297,7 @@ async def test_async_create_batch(provider):
|
||||
)
|
||||
print("cancel_batch_response=", cancel_batch_response)
|
||||
|
||||
if random.randint(1, 20) == 1:
|
||||
if random.randint(1, 15) == 1:
|
||||
print("Running random cleanup of Azure files and models...")
|
||||
cleanup_azure_files()
|
||||
cleanup_azure_ft_models()
|
||||
|
||||
Reference in New Issue
Block a user