mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-15 16:19:45 +00:00
* fix: make response api support Azure Authentication method 1. Support diverse Azure authentication methods 2. Use distinct headers for API key and Azure AD token base on this documentation (https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/responses?tabs=rest-api#generate-a-text-response) * fix: fix path issue * fix lint error * rename test_transformation.py to test_azure_transformation.py * change litellm_params as Optional type
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.