diff --git a/litellm/proxy/public_endpoints/public_endpoints.py b/litellm/proxy/public_endpoints/public_endpoints.py index aebea8616b4..6d60a218fd1 100644 --- a/litellm/proxy/public_endpoints/public_endpoints.py +++ b/litellm/proxy/public_endpoints/public_endpoints.py @@ -57,7 +57,7 @@ async def public_model_hub(): health_checks_map[key] = health_check_dict if check.model_name: health_checks_map[check.model_name] = health_check_dict - except Exception as e: + except Exception: pass for model_group in model_groups: