forked from phoenix/litellm-mirror
(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
Add a link
Reference in a new issue