litellm-mirror/litellm/llms/azure
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
..
batches build(pyproject.toml): add new dev dependencies - for type checking (#9631) 2025-03-29 11:02:13 -07:00
chat Fix azure tenant id check from env var + response_format check on api_version 2025+ (#9993) 2025-04-14 22:02:35 -07:00
completion fix code quality 2025-03-18 12:58:59 -07:00
files LiteLLM Minor Fixes & Improvements (04/02/2025) (#9725) 2025-04-03 11:48:52 -07:00
fine_tuning build(pyproject.toml): add new dev dependencies - for type checking (#9631) 2025-03-29 11:02:13 -07:00
realtime (code quality) run ruff rule to ban unused imports (#7313) 2024-12-19 12:33:42 -08:00
assistants.py fix linting error 2025-03-18 11:38:31 -07:00
audio_transcriptions.py Union[TranscriptionResponse, Coroutine[Any, Any, TranscriptionResponse]]: 2025-03-18 14:23:14 -07:00
azure.py Squashed commit of the following: (#9709) 2025-04-02 21:24:54 -07:00
common_utils.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
cost_calculation.py fix use consistent naming (#7092) 2024-12-07 22:01:00 -08:00