@@ -20,6 +20,5 @@ class SpeechProvider(Protocol):
text: str,
*,
model: Optional[str] = None,
- format: Optional[str] = None,
) -> TextToSpeechResponse:
...
@@ -14,5 +14,4 @@ class SpeechService:
req.filename,
req.text,
model=req.model,
- format=req.format,
)