diff --git a/litellm/proxy/health_endpoints/_health_endpoints.py b/litellm/proxy/health_endpoints/_health_endpoints.py index f865e67c7a..f3bed3656f 100644 --- a/litellm/proxy/health_endpoints/_health_endpoints.py +++ b/litellm/proxy/health_endpoints/_health_endpoints.py @@ -746,7 +746,7 @@ async def _perform_health_check_and_save( cli_model=cli_model, model=target_model, details=details, - max_concurrency=max_concurrency,, + max_concurrency=max_concurrency, model_id=model_id, )