mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
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:
parent
982d32ab91
commit
738c0b873d
6 changed files with 40 additions and 7 deletions
|
@ -234,6 +234,7 @@ class BaseLLMHTTPHandler:
|
|||
model=model,
|
||||
optional_params=optional_params,
|
||||
stream=stream,
|
||||
litellm_params=litellm_params,
|
||||
)
|
||||
|
||||
data = provider_config.transform_request(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue