mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
fix(proxy_server.py): return budget duration in user response object
This commit is contained in:
parent
f503929918
commit
17a7d4f602
1 changed files with 1 additions and 0 deletions
|
@ -5924,6 +5924,7 @@ async def new_user(data: NewUserRequest):
|
|||
models=response.get("models", None),
|
||||
tpm_limit=response.get("tpm_limit", None),
|
||||
rpm_limit=response.get("rpm_limit", None),
|
||||
budget_duration=response.get("budget_duration", None),
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue