mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
fix linting errors
This commit is contained in:
parent
49b25db516
commit
c3987745fe
2 changed files with 37 additions and 2 deletions
|
@ -47,7 +47,6 @@ class VertexTextToSpeechAPI(VertexLLM):
|
|||
def audio_speech(
|
||||
self,
|
||||
logging_obj,
|
||||
_is_async: bool,
|
||||
vertex_project: Optional[str],
|
||||
vertex_location: Optional[str],
|
||||
vertex_credentials: Optional[str],
|
||||
|
@ -56,6 +55,7 @@ class VertexTextToSpeechAPI(VertexLLM):
|
|||
model: str,
|
||||
input: str,
|
||||
voice: str,
|
||||
_is_async: Optional[bool] = False,
|
||||
optional_params: Optional[dict] = None,
|
||||
**kwargs,
|
||||
):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue