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

This commit is contained in:
Krrish Dholakia
2024-06-19 10:04:58 -07:00
parent 2834b5e7ee
commit f86dcbb109
+4
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