mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-12 07:12:32 +00:00
4611b821ec
* feat(custom_auth_auto.py): support returning a litellm virtual key from custom auth allows admin to remap old keys to litellm virtual keys * fix(utils.py): correctly handle optional params for openai sdk calls Fixes https://github.com/BerriAI/litellm/issues/11126 * test: update test * fix(utils.py): handle edge cases
In total litellm runs 1000+ tests
[02/20/2025] Update:
To make it easier to contribute and map what behavior is tested,
we've started mapping the litellm directory in tests/litellm
This folder can only run mock tests.