mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
* fix(user_api_key_auth.py): add 'headers' to constructed request for websocket Fix issue on some datastructure versions which require a headers field in scope * test(test_user_api_key_auth.py): add unit testing for headers in scope change * fix(router.py): migrate `_arealtime` to generic router endpoint Fix infinite loop on model name missing for realtime api calls * test(test_router_helper_utils.py): cleanup test post refactor |
||
|---|---|---|
| .. | ||
| 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_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.