fix linting

This commit is contained in:
Ishaan Jaff 2024-08-23 16:05:31 -07:00
parent 82c3357454
commit 755a0514f6
2 changed files with 14 additions and 2 deletions

View file

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