mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-05 06:22:12 +00:00
remove traceloop as a dependency
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import sys
|
||||
from traceloop.tracing import Tracer
|
||||
|
||||
|
||||
class TraceloopLogger:
|
||||
def __init__(self):
|
||||
from traceloop.tracing import Tracer
|
||||
self.tracer = Tracer.init(app_name=sys.argv[0])
|
||||
|
||||
Reference in New Issue
Block a user