mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
fix the greptile commit
This commit is contained in:
parent
33342e4502
commit
09037162a9
1 changed files with 0 additions and 13 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue