Merge pull request #2735 from BerriAI/admin_ui_clearly_show_models

Admin UI clearly show models
This commit is contained in:
Ishaan Jaff 2024-03-28 15:14:38 -07:00 committed by GitHub
commit ddba16756d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 65 additions and 16 deletions

View file

@ -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