From 0072d796f65aa3aea58d471d1b9efb1acc160fc7 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Thu, 1 Feb 2024 18:09:49 -0800 Subject: [PATCH] fix(vertex_ai.py): fix params --- litellm/llms/vertex_ai.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/llms/vertex_ai.py b/litellm/llms/vertex_ai.py index 30e0c0e45b..9965c037a5 100644 --- a/litellm/llms/vertex_ai.py +++ b/litellm/llms/vertex_ai.py @@ -817,6 +817,7 @@ async def async_streaming( model_response: ModelResponse, logging_obj=None, request_str=None, + encoding=None, messages=None, print_verbose=None, client_options=None,