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