mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
add new litellm params for client_id, tenant_id etc
This commit is contained in:
parent
525d152d85
commit
b16752f0bc
5 changed files with 168 additions and 9 deletions
|
@ -3231,6 +3231,9 @@ def embedding(
|
|||
"cooldown_time",
|
||||
"tags",
|
||||
"azure_ad_token_provider",
|
||||
"tenant_id",
|
||||
"client_id",
|
||||
"client_secret",
|
||||
]
|
||||
default_params = openai_params + litellm_params
|
||||
non_default_params = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue