diff --git a/litellm/main.py b/litellm/main.py index 02f69192a2..a73a132fe4 100644 --- a/litellm/main.py +++ b/litellm/main.py @@ -5172,7 +5172,7 @@ async def aspeech(*args, **kwargs) -> HttpxBinaryResponseContent: @client -def speech( +def speech( # noqa: PLR0915 model: str, input: str, voice: Optional[Union[str, dict]] = None,