mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-06 01:09:40 +00:00
ff68cbda8e
* fix(main.py): use base model instead of user model if given Fixes https://github.com/BerriAI/litellm/issues/10760 * feat(azure/image_generation/__init__.py): make azure image gen check more robust Fixes https://github.com/BerriAI/litellm/issues/10760 * fix(user_api_key_auth.py): support bearer token auth for `x-litellm-api-key` header Fixes earlier regression on vertex ai passthrough auth * fix(user_api_key_auth.py): refactor get api key into separate function enables easier testing * fix: cleanup * fix: fix linting error * fix: cleanup * test: update tests