From e506e71cb92b5e972618e4a99afe4791e50e8b19 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Tue, 30 Apr 2024 22:00:48 -0700 Subject: [PATCH] fix(test_router_fallbacks.py): reduce test rpm --- litellm/tests/test_router_fallbacks.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/litellm/tests/test_router_fallbacks.py b/litellm/tests/test_router_fallbacks.py index 7027050e1f0..6361f1a49ee 100644 --- a/litellm/tests/test_router_fallbacks.py +++ b/litellm/tests/test_router_fallbacks.py @@ -766,9 +766,9 @@ def test_usage_based_routing_fallbacks(): load_dotenv() # Constants for TPM and RPM allocation - AZURE_FAST_RPM = 3 - AZURE_BASIC_RPM = 4 - OPENAI_RPM = 10 + AZURE_FAST_RPM = 1 + AZURE_BASIC_RPM = 1 + OPENAI_RPM = 2 ANTHROPIC_RPM = 100000 def get_azure_params(deployment_name: str):