fix(main.py): fix linting error

This commit is contained in:
Krrish Dholakia 2024-08-01 17:33:29 -07:00
parent 5ddb068d63
commit 4972c993a2

View file

@ -2086,7 +2086,7 @@ def completion(
model_response=model_response, model_response=model_response,
print_verbose=print_verbose, print_verbose=print_verbose,
optional_params=new_params, optional_params=new_params,
litellm_params=litellm_params, litellm_params=litellm_params, # type: ignore
logger_fn=logger_fn, logger_fn=logger_fn,
encoding=encoding, encoding=encoding,
vertex_location=vertex_ai_location, vertex_location=vertex_ai_location,