mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-20 00:11:50 +00:00
fix last commit
This commit is contained in:
parent
418caf800d
commit
9927d1e427
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ class LunaryLogger:
|
|||
if optional_params:
|
||||
extra = {**extra, **optional_params}
|
||||
|
||||
tags = metadata.get("metadata", None)
|
||||
tags = metadata.get("tags", None)
|
||||
|
||||
if extra:
|
||||
extra.pop("extra_body", None)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue