mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-04 21:08:09 +00:00
a1964eab18
* 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