mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
(fix) limit number of users on the users panel
This commit is contained in:
parent
432ce90a9a
commit
68500cb58a
1 changed files with 1 additions and 1 deletions
|
@ -4316,7 +4316,7 @@ async def user_info(
|
|||
description="Page number for pagination. Only use when view_all is true",
|
||||
),
|
||||
page_size: int = fastapi.Query(
|
||||
default=10,
|
||||
default=25,
|
||||
description="Number of items per page. Only use when view_all is true",
|
||||
),
|
||||
user_api_key_dict: UserAPIKeyAuth = Depends(user_api_key_auth),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue