fix - param (#15394)

This commit is contained in:
Ishaan Jaff 2025-10-09 16:50:11 -07:00 committed by GitHub
parent be587363f3
commit ec234abb52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)