test(test_router_fallbacks.py): fix test

This commit is contained in:
Krrish Dholakia 2024-05-10 09:58:40 -07:00
parent 40e19a838c
commit cdec7a414f
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