forked from phoenix/litellm-mirror
docs(input.md): clarify meaning of 'drop_params'
This commit is contained in:
parent
2834b5e7ee
commit
f86dcbb109
1 changed files with 4 additions and 0 deletions
|
@ -67,6 +67,10 @@ By default, LiteLLM raises an exception if the openai param being passed in isn'
|
|||
|
||||
To drop the param instead, set `litellm.drop_params = True` or `completion(..drop_params=True)`.
|
||||
|
||||
This **ONLY DROPS UNSUPPORTED OPENAI PARAMS**.
|
||||
|
||||
LiteLLM assumes any non-openai param is provider specific and passes it in as a kwarg in the request body
|
||||
|
||||
:::
|
||||
|
||||
## Input Params
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue