forked from phoenix/litellm-mirror
test(test_router_fallbacks.py): fix test
This commit is contained in:
parent
40e19a838c
commit
cdec7a414f
4 changed files with 15 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue