fix(azure.py): fix azure streaming logging

This commit is contained in:
Krrish Dholakia 2023-12-16 18:06:08 -08:00
parent 3923c389fd
commit 7c2fad2d57
2 changed files with 7 additions and 1 deletions

View file

@ -11,7 +11,7 @@ class TraceloopLogger:
try:
tracer = self.tracer_wrapper.get_tracer()
model = kwargs.get("model")
# LiteLLM uses the standard OpenAI library, so it's already handled by Traceloop SDK