docs(input.md): clarify meaning of 'drop_params'

This commit is contained in:
Krrish Dholakia 2024-06-19 10:04:53 -07:00
parent 2834b5e7ee
commit f86dcbb109

View file

@ -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