fix the greptile commit

This commit is contained in:
rzeta-10 2026-03-23 14:39:08 +05:30
parent 33342e4502
commit 09037162a9

View file

@ -340,10 +340,6 @@ async def health_services_endpoint( # noqa: PLR0915
"status": "success",
"message": "Mock LLM request made - check langfuse.",
}
elif service == "akto":
from litellm.litellm_core_utils.litellm_logging import aktoLogger as _akto
from litellm.integrations.akto.akto_logger import AktoLogger
elif service == "akto":
from litellm.litellm_core_utils.litellm_logging import aktoLogger as _akto
from litellm.integrations.akto.akto_logger import AktoLogger
@ -361,15 +357,6 @@ async def health_services_endpoint( # noqa: PLR0915
else "Akto is healthy"
),
}
response = await akto_logger.async_health_check()
return {
"status": response["status"],
"message": (
response["error_message"]
if response["status"] == "unhealthy"
else "Akto is healthy"
),
}
if service == "webhook":
user_info = CallInfo(