We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83654c5 commit a8f2ebeCopy full SHA for a8f2ebe
enterprise/litellm_enterprise/proxy/guardrails/endpoints.py
@@ -13,6 +13,7 @@
13
from fastapi import APIRouter, Depends, HTTPException
14
from pydantic import BaseModel
15
16
+from litellm._logging import verbose_proxy_logger
17
from litellm.integrations.custom_guardrail import CustomGuardrail
18
from litellm.proxy._types import UserAPIKeyAuth
19
from litellm.proxy.auth.user_api_key_auth import user_api_key_auth
0 commit comments