mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-12 19:04:59 +00:00
7f3d8bb9c5
* fix(internal_user_endpoints.py): don't apply default internal user params if role is admin prevent internal user restrictions from being applied to admin * fix(proxy_server.py): fix model info v2 endpoint check - handle user_id being none * fix(team_endpoints.py): ensure team doesn't lose all model access if set as empty string and new team model added * fix(proxy_server.py): ensure model with team id is only added as valid for team which has that id
In total litellm runs 1000+ tests
[02/20/2025] Update:
To make it easier to contribute and map what behavior is tested,
we've started mapping the litellm directory in tests/litellm
This folder can only run mock tests.