mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
parent
40c21c4081
commit
13848530b7
1 changed files with 1 additions and 1 deletions
|
|
@ -380,7 +380,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 None,
|
||||
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