litellm-mirror/litellm/llms/azure/chat
Krish Dholakia 8faf56922c
Fix azure tenant id check from env var + response_format check on api_version 2025+ (#9993)
* fix(azure/common_utils.py): check for azure tenant id, client id, client secret in env var

Fixes https://github.com/BerriAI/litellm/issues/9598#issuecomment-2801966027

* fix(azure/gpt_transformation.py): fix passing response_format to azure when api year = 2025

Fixes https://github.com/BerriAI/litellm/issues/9703

* test: monkeypatch azure api version in test

* test: update testing

* test: fix test

* test: update test

* docs(config_settings.md): document env vars
2025-04-14 22:02:35 -07:00
..
gpt_transformation.py Fix azure tenant id check from env var + response_format check on api_version 2025+ (#9993) 2025-04-14 22:02:35 -07:00
o_series_handler.py fix(o_series_handler.py): handle async calls 2025-03-11 21:22:13 -07:00
o_series_transformation.py add AzureOpenAIO1Config for tools 2025-04-02 06:55:03 -07:00