services(elevenlabs): add elevenlabs package and use streaming
This commit is contained in:
@@ -79,7 +79,6 @@ async def main():
|
||||
)
|
||||
|
||||
tts = ElevenLabsTTSService(
|
||||
aiohttp_session=session,
|
||||
api_key=os.getenv("ELEVENLABS_API_KEY"),
|
||||
voice_id=os.getenv("ELEVENLABS_VOICE_ID"),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user