From fdd9dda2d9df505d1de792820194c84fe36f7e60 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Tue, 19 Nov 2024 17:53:34 -0800 Subject: [PATCH] fix comment --- litellm/router_strategy/provider_budgets.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/litellm/router_strategy/provider_budgets.py b/litellm/router_strategy/provider_budgets.py index 9610af149..c1805fea9 100644 --- a/litellm/router_strategy/provider_budgets.py +++ b/litellm/router_strategy/provider_budgets.py @@ -3,7 +3,7 @@ Provider budget limiting Use this if you want to set $ budget limits for each provider. -Note: This is a filter, like tag-routing +Note: This is a filter, like tag-routing. Meaning it will accept healthy deployments and then filter out deployments that have exceeded their budget limit. This means you can use this with weighted-pick, lowest-latency, simple-shuffle, routing etc @@ -18,7 +18,6 @@ anthropic: ``` """ -import random from typing import TYPE_CHECKING, Any, Dict, List, Optional, TypedDict, Union import litellm