mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-24 16:27:13 +00:00
* feat(router.py): support request prioritization for text completion calls * fix(internal_user_endpoints.py): fix sql query to return all keys, including null team id keys on `/user/info` Fixes https://github.com/BerriAI/litellm/issues/7485 * fix: fix linting errors * fix: fix linting error * test(test_router_helper_utils.py): add direct test for '_schedule_factory' Fixes code qa test
Router component unit tests.
Please name all files with the word 'router' in them.
This is used to ensure all functions in the router are tested.