add new litellm params for client_id, tenant_id etc

This commit is contained in:
Ishaan Jaff 2024-08-22 11:37:30 -07:00
parent 525d152d85
commit b16752f0bc
5 changed files with 168 additions and 9 deletions

View file

@ -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 = {