test(test_router_fallbacks.py): fix test

This commit is contained in:
Krrish Dholakia 2024-05-10 09:58:40 -07:00
parent 67f26b3394
commit 62ba6f20f1
4 changed files with 15 additions and 10 deletions

View file

@ -662,6 +662,7 @@ def completion(
"region_name",
"allowed_model_region",
]
default_params = openai_params + litellm_params
non_default_params = {
k: v for k, v in kwargs.items() if k not in default_params