mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
* fix: remove redundant deep copy set_model_list already does the deep copy at the beginning of the call. * fix: remove unused model_list arguments The `model_list` parameter was being passed to classes that did not use it. * fix: reduce per-request memory and time from O(N×M) to O(N) No need to create a whole array for a simple look up. * add: missing test * fix: remove unused parameter |
||
|---|---|---|
| .. | ||
| conftest.py | ||
| create_mock_standard_logging_payload.py | ||
| gettysburg.wav | ||
| README.md | ||
| test_router_adding_deployments.py | ||
| test_router_batch_utils.py | ||
| test_router_cooldown_utils.py | ||
| test_router_endpoints.py | ||
| test_router_handle_error.py | ||
| test_router_helper_utils.py | ||
| test_router_index_management.py | ||
| test_router_prompt_caching.py | ||
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.