forked from phoenix/litellm-mirror
fix(router.py): bump azure default api version
Allows 'tool_choice' to be passed to azure
This commit is contained in:
parent
d18dc2648c
commit
3d61a316cb
3 changed files with 4 additions and 2 deletions
|
@ -3634,7 +3634,7 @@ def get_model_region(
|
|||
model=_model,
|
||||
api_key=litellm_params.api_key,
|
||||
api_base=litellm_params.api_base,
|
||||
api_version=litellm_params.api_version or "2023-07-01-preview",
|
||||
api_version=litellm_params.api_version or litellm.AZURE_DEFAULT_API_VERSION,
|
||||
timeout=10,
|
||||
mode=mode or "chat",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue