mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
Linting
This commit is contained in:
parent
ae4dfb53dd
commit
24c23c62ba
1 changed files with 1 additions and 0 deletions
|
|
@ -381,6 +381,7 @@ def get_logging_payload( # noqa: PLR0915
|
|||
model=kwargs.get("model", "") or "",
|
||||
user=metadata.get("user_api_key_user_id", "") or "",
|
||||
team_id=metadata.get("user_api_key_team_id", "") or "",
|
||||
organization_id=metadata.get("user_api_key_org_id") or "",
|
||||
metadata=safe_dumps(clean_metadata),
|
||||
cache_key=cache_key,
|
||||
spend=kwargs.get("response_cost", 0),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue