mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-20 00:11:50 +00:00
fix - param (#15394)
This commit is contained in:
parent
be587363f3
commit
ec234abb52
1 changed files with 1 additions and 2 deletions
|
|
@ -520,8 +520,7 @@ class _PROXY_DynamicRateLimitHandlerV3(CustomLogger):
|
|||
f"Threshold={saturation_threshold:.1%}, Priority={key_priority}"
|
||||
)
|
||||
|
||||
data["litellm_model_saturation"] = saturation
|
||||
|
||||
|
||||
# STEP 2: Check rate limits in THREE phases
|
||||
# Phase 1: Read-only check of ALL limits (no increments)
|
||||
# Phase 2: Decide which limits to enforce (based on saturation)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue