mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-07 21:14:01 +00:00
e4e10aa4ed
* fix(main.py): fix async retryer Fixes https://github.com/BerriAI/litellm/issues/12830 * fix(forward_clientside_headers_by_model_group.py): filter out 'content-type' from forwardable headers clientside content-type != proxy content type, can cause requests to hang * test(tests/): update tests