mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
add allowed_openai_params
This commit is contained in:
parent
1b40f3d1db
commit
05dcf96e6d
2 changed files with 18 additions and 3 deletions
|
@ -1115,6 +1115,7 @@ def completion( # type: ignore # noqa: PLR0915
|
|||
messages=messages,
|
||||
reasoning_effort=reasoning_effort,
|
||||
thinking=thinking,
|
||||
allowed_openai_params=kwargs.get("allowed_openai_params"),
|
||||
**non_default_params,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue