mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
(fix) write team_id to key table
This commit is contained in:
parent
42ad12b2bd
commit
90509a159a
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
Reference in a new issue