forked from phoenix/litellm-mirror
fix: suppress linting error
This commit is contained in:
parent
b9585d2016
commit
afb892c6d0
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ def make_sync_call(
|
|||
return completion_stream, response.headers
|
||||
|
||||
|
||||
def completion(
|
||||
def completion( # noqa: PLR0915
|
||||
model: str,
|
||||
messages: list,
|
||||
api_base: str,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue