mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
fix(main.py): fix linting error
This commit is contained in:
parent
0d8fd5957d
commit
c6eabe0253
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue