-
Notifications
You must be signed in to change notification settings - Fork 21
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
I have an error with elevenlabs. #16
Comments
yeah, sorry about that, you have to create an elevenlabs account and link you api key accordingly. with the voice as well ps: we plan to eliminate that in the future and have a full offline tts. |
I took an api key but it didn't work aswell |
yeah, you need a voice id. also could you please share the error you get here? thanks |
these are things i ought to have added in the |
nah man it's still not working, can you please make a detailed tutorial description on it? |
like in a way that how would you set it up on your pc.. |
you should check the code and add the voice id from elevenlabs, use any for now ps: also should have added that to the |
this PR should fix the issue, check the |
Traceback (most recent call last): |
PS C:\Users...\J.A.R.V.I.S-main\J.A.R.V.I.S-main> python main.py
Traceback (most recent call last):
File "C:\Users...\J.A.R.V.I.S-main\J.A.R.V.I.S-main\main.py", line 8, in
from modules.Interlocus import Interlocus
File "C:\Users...\J.A.R.V.I.S-main\J.A.R.V.I.S-main\modules\Interlocus.py", line 5, in
from elevenlabs import generate, play
ImportError: cannot import name 'generate' from 'elevenlabs' (C:\Users...\elevenlabs_init_.py)
The text was updated successfully, but these errors were encountered: