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 c233e86 commit c96325aCopy full SHA for c96325a
litellm/proxy/utils.py
@@ -61,8 +61,6 @@
61
from litellm.integrations.SlackAlerting.slack_alerting import SlackAlerting
62
from litellm.integrations.SlackAlerting.utils import _add_langfuse_trace_id_to_alert
63
from litellm.litellm_core_utils.litellm_logging import Logging
64
-from litellm.litellm_core_utils.safe_json_dumps import safe_dumps
65
-from litellm.litellm_core_utils.safe_json_loads import safe_json_loads
66
from litellm.llms.custom_httpx.httpx_handler import HTTPHandler
67
from litellm.proxy._types import (
68
AlertType,
0 commit comments