mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
fix test_async_create_batch
This commit is contained in:
parent
53a3ea3d06
commit
b60efd4646
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue