fix(azure_ai/transformation.py): support passing api version to azure ai services endpoint

Fixes https://github.com/BerriAI/litellm/issues/7275
This commit is contained in:
Krrish Dholakia 2025-03-12 15:16:42 -07:00
parent 982d32ab91
commit 738c0b873d
6 changed files with 40 additions and 7 deletions

View file

@ -234,6 +234,7 @@ class BaseLLMHTTPHandler:
model=model,
optional_params=optional_params,
stream=stream,
litellm_params=litellm_params,
)
data = provider_config.transform_request(