-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
websocket implementation of elevenlabs #1586
Conversation
@aalghooneh is attempting to deploy a commit to the Arc53 Team on Vercel. A member of the Team first needs to authorize it. |
@dartpain could you give this a look? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@aalghooneh there is an error in importing base class in tts/elevenlabs.py, just check how we import it in GoogleTTS.
It should be okay now, could you check again ? @ManishMadan2882 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@aalghooneh After updating the endpoint /api/tts to use the ElevenlabsTTS, I get this error on the frontend
{ "error": "cannot unpack non-iterable NoneType object", "success": false }
The output.mp3 is also not playable
@ManishMadan2882 the output.mp3 was something for me to check the streaming and test the api, you can run the elevenlabs.py separately to see that working. let me look into it tonight, now I am away from workspace |
@ManishMadan2882 this works fine for me, did you set these variables in the code before trying? |
@aalghooneh worked when the application/tts/elevenlabs.tts was only executed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @aalghooneh !
thanks @ManishMadan2882, it also needs authorization to deploy Vercel-docsgpt so it could merge. |
@dartpain , @ManishMadan2882 , ? |
**What kind of change does this PR introduce? feature
**Why was this change needed? to improve speed for long responses
Other information:#1585