mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
fix(router.py): fix pre call check logic
This commit is contained in:
parent
4e70a3e09a
commit
292cdd81e4
3 changed files with 11 additions and 4 deletions
|
@ -572,6 +572,7 @@ def completion(
|
|||
"ttl",
|
||||
"cache",
|
||||
"no-log",
|
||||
"base_model",
|
||||
]
|
||||
default_params = openai_params + litellm_params
|
||||
non_default_params = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue