From b1423bc8bf462388f7920a06244358bc6f03d4b2 Mon Sep 17 00:00:00 2001 From: Alejandro Tapia Date: Tue, 24 Feb 2026 17:37:00 -0800 Subject: [PATCH] removed extra comma typo --- litellm/proxy/health_endpoints/_health_endpoints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, )