From 4972c993a233bf01e16e0941e28097f82e2a97f6 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Thu, 1 Aug 2024 17:33:29 -0700 Subject: [PATCH] fix(main.py): fix linting error --- litellm/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,