diff --git a/docs/my-website/docs/completion/input.md b/docs/my-website/docs/completion/input.md index e9ea8f50ef..d3bfce8b03 100644 --- a/docs/my-website/docs/completion/input.md +++ b/docs/my-website/docs/completion/input.md @@ -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