fix import loc2

This commit is contained in:
Ishaan Jaff 2025-04-23 16:15:58 -07:00
parent daa8c23675
commit 1b6b05e8d4

View file

@ -126,7 +126,7 @@ class OpenTelemetry(CustomLogger):
- Adds Otel as a service callback
- Sets `proxy_server.open_telemetry_logger` to self
"""
from litellm.proxy import proxy_server
from litellm_proxy import proxy_server
# Add Otel as a service callback
if "otel" not in litellm.service_callback: