mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
fix last commit
This commit is contained in:
parent
93cb18c633
commit
d94f1db5d4
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ class LunaryLogger:
|
||||||
if optional_params:
|
if optional_params:
|
||||||
extra = {**extra, **optional_params}
|
extra = {**extra, **optional_params}
|
||||||
|
|
||||||
tags = metadata.get("metadata", None)
|
tags = metadata.get("tags", None)
|
||||||
|
|
||||||
if extra:
|
if extra:
|
||||||
extra.pop("extra_body", None)
|
extra.pop("extra_body", None)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue