mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
fix import loc2
This commit is contained in:
parent
daa8c23675
commit
1b6b05e8d4
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue