mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
feat: traceloop docs
This commit is contained in:
parent
8a76c80039
commit
c470ebf615
8 changed files with 50 additions and 2 deletions
7
litellm/integrations/traceloop.py
Normal file
7
litellm/integrations/traceloop.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
import sys
|
||||
from traceloop.tracing import Tracer
|
||||
|
||||
|
||||
class TraceloopLogger:
|
||||
def __init__(self):
|
||||
self.tracer = Tracer.init(app_name=sys.argv[0])
|
Loading…
Add table
Add a link
Reference in a new issue