mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
fix linting
This commit is contained in:
parent
82c3357454
commit
755a0514f6
2 changed files with 14 additions and 2 deletions
|
@ -54,7 +54,7 @@ class VertexTextToSpeechAPI(VertexLLM):
|
|||
timeout: Union[float, httpx.Timeout],
|
||||
model: str,
|
||||
input: str,
|
||||
voice: str,
|
||||
voice: Optional[str] = None,
|
||||
_is_async: Optional[bool] = False,
|
||||
optional_params: Optional[dict] = None,
|
||||
**kwargs,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue