mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-19 00:01:29 +00:00
Merge 0e3489e1db into b3882d8e43
This commit is contained in:
commit
9695033751
1 changed files with 1 additions and 1 deletions
|
|
@ -5289,7 +5289,7 @@ async def _team_max_budget_check(
|
|||
max_budget=team_object.max_budget,
|
||||
)
|
||||
|
||||
if math.isfinite(team_object.max_budget) and spend > team_object.max_budget:
|
||||
if math.isfinite(team_object.max_budget) and spend >= team_object.max_budget:
|
||||
if valid_token:
|
||||
call_info: Final = CallInfo(
|
||||
token=valid_token.token,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue