mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
(fix) write team_id to key table
This commit is contained in:
parent
260bb5f098
commit
d50ba0e7ac
1 changed files with 1 additions and 0 deletions
|
@ -1098,6 +1098,7 @@ async def generate_key_helper_fn(
|
|||
"config": config_json,
|
||||
"spend": spend,
|
||||
"user_id": user_id,
|
||||
"team_id": team_id,
|
||||
"max_parallel_requests": max_parallel_requests,
|
||||
"metadata": metadata_json,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue