forked from phoenix/litellm-mirror
fix(router.py): Add missing azure_ad_token param.
This commit is contained in:
parent
44b1b21911
commit
77b3acb396
1 changed files with 1 additions and 0 deletions
|
@ -2212,6 +2212,7 @@ class Router:
|
|||
"api_key": api_key,
|
||||
"azure_endpoint": api_base,
|
||||
"api_version": api_version,
|
||||
"azure_ad_token": azure_ad_token,
|
||||
}
|
||||
from litellm.llms.azure import select_azure_base_url_or_endpoint
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue