mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix test key gen prisma
This commit is contained in:
parent
71721cfd06
commit
0ed2099d71
1 changed files with 1 additions and 1 deletions
|
@ -3278,7 +3278,7 @@ async def generate_key_helper_fn(
|
|||
permissions_json = json.dumps(permissions)
|
||||
metadata_json = json.dumps(metadata)
|
||||
model_max_budget_json = json.dumps(model_max_budget)
|
||||
user_role = user_role or "app_user"
|
||||
user_role = user_role
|
||||
tpm_limit = tpm_limit
|
||||
rpm_limit = rpm_limit
|
||||
allowed_cache_controls = allowed_cache_controls
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue