mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
fix: fix linting error
This commit is contained in:
parent
2469072c50
commit
e6f21d3654
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue