mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-27 05:07:36 +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