mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-15 10:20:58 +00:00
* feat(bulk_user_update/): support updating all users on proxy * fix(bulk_edit_user.tsx): persist user settings when 'add to team' clicked * fix(team_endpoints.py): bulk add all proxy users to team supports flow from UI to add all existing users to a team * fix: minor fixes * feat(user_edit_view.tsx): support setting no default model on user edit allows preventing users from calling models outside team scope * fix(user_edit_view.tsx): prevent triggering submit when 'cancel' is clicked * refactor(internal_user_endpoints.py): refactor to reduce function size