mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-07 21:14:01 +00:00
d26f74ade5
* feat(litellm_pre_call_utils.py): add num_retries to litellm data for backend call allow user to pass in num retries via request headers * test(test_litellm_pre_call_utils.py): add unit test * docs(request_headers.md): document new request header * fix(common_daily_activity.py): show spend breakdown by model group Partial fix for https://github.com/BerriAI/litellm/issues/12887 * feat(new_usage.tsx): new tab switcher for viewing usage by model group vs. received model Closes https://github.com/BerriAI/litellm/issues/12887