We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc3634d commit 1a98dbaCopy full SHA for 1a98dba
1 file changed
src/elevenlabs/client.py
@@ -325,7 +325,6 @@ def __init__(
325
timeout=timeout,
326
httpx_client=httpx_client
327
)
328
- self.text_to_speech = RealtimeTextToSpeechClient(client_wrapper=self._client_wrapper)
329
self.webhooks = WebhooksClient()
330
331
@deprecated_async
0 commit comments