diff --git a/litellm/main.py b/litellm/main.py index fb598ff8e7..6c6edcc787 100644 --- a/litellm/main.py +++ b/litellm/main.py @@ -2086,7 +2086,7 @@ def completion( model_response=model_response, print_verbose=print_verbose, optional_params=new_params, - litellm_params=litellm_params, + litellm_params=litellm_params, # type: ignore logger_fn=logger_fn, encoding=encoding, vertex_location=vertex_ai_location,