llm_convo icon indicating copy to clipboard operation
llm_convo copied to clipboard

Elevenlabs API Integration

Open vishnusharmax opened this issue 1 year ago • 3 comments

Is there a method to incorporate the Elevenlabs API in order to enhance voice quality through voice cloning?

vishnusharmax avatar Oct 30 '23 14:10 vishnusharmax

This should be totally possible by implementing a new TTSClient. Elevenlabs is way better than Google default but havent had a chance to implement this.

sshh12 avatar Oct 31 '23 23:10 sshh12

Hello, I've attempted to integrate Eleven Labs, but I've noticed a slowdown in response time. Do you have any suggestions on how we can optimize the response time for our calls?

vishnusharmax avatar Nov 01 '23 05:11 vishnusharmax

Potentially by using the streaming part of the API. But it'll be tricky since this library doesn't support streaming from GPT to the TTS object (you'd need to add it).

sshh12 avatar Nov 01 '23 23:11 sshh12