forked from phoenix/litellm-mirror
* refactor(router.py): move assistants api endpoints to using 1 pass-through factory function Reduces code, increases testing coverage * refactor(router.py): reduce _common_check_available_deployment function size make code more maintainable - reduce possible errors * test(router_code_coverage.py): include batch_utils + pattern matching in enforced 100% code coverage Improves reliability * fix(router.py): fix model id match model dump |
||
---|---|---|
.. | ||
gettysburg.wav | ||
README.md | ||
test_router_batch_utils.py | ||
test_router_cooldown_utils.py | ||
test_router_endpoints.py | ||
test_router_handle_error.py | ||
test_router_helper_utils.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.