mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix(proxy/_types.py): support logging k,v pairs to spend logs with spend_logs_metadata
param
This commit is contained in:
parent
f1c1dddb8b
commit
31cb1269f5
2 changed files with 4 additions and 0 deletions
|
@ -2018,6 +2018,7 @@ def get_logging_payload(
|
|||
user_api_key_team_id=None,
|
||||
user_api_key_user_id=None,
|
||||
user_api_key_team_alias=None,
|
||||
spend_logs_metadata=None,
|
||||
)
|
||||
if isinstance(metadata, dict):
|
||||
verbose_proxy_logger.debug(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue