mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
Merge pull request #2735 from BerriAI/admin_ui_clearly_show_models
Admin UI clearly show models
This commit is contained in:
commit
ddba16756d
4 changed files with 65 additions and 16 deletions
|
@ -5315,8 +5315,6 @@ async def user_info(
|
|||
except:
|
||||
# if using pydantic v1
|
||||
key = key.dict()
|
||||
key.pop("token", None)
|
||||
|
||||
if (
|
||||
"team_id" in key
|
||||
and key["team_id"] is not None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue