fix: suppress linting error

This commit is contained in:
Krrish Dholakia 2024-11-30 17:26:49 -08:00
parent b9585d2016
commit afb892c6d0

View file

@ -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,