mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
(fix) prisma test
This commit is contained in:
parent
2f09970c91
commit
7e94fcc9a8
1 changed files with 3 additions and 0 deletions
|
|
@ -1814,6 +1814,9 @@ async def generate_key_helper_fn(
|
|||
key_soft_budget: Optional[
|
||||
float
|
||||
] = None, # key_soft_budget is used to Budget Per key
|
||||
soft_budget: Optional[
|
||||
float
|
||||
] = None, # soft_budget is used to set soft Budgets Per user
|
||||
max_budget: Optional[float] = None, # max_budget is used to Budget Per user
|
||||
budget_duration: Optional[str] = None, # max_budget is used to Budget Per user
|
||||
token: Optional[str] = None,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue