line 383 in the tools.py file. there is a try and except block to try and use elevenlabs voice api. If it fails or there isn't enough quota then it should move onto the next avaliable TTS (that is free) google text to speach. If that doesn't work then just output text.
line 383 in the tools.py file. there is a try and except block to try and use elevenlabs voice api. If it fails or there isn't enough quota then it should move onto the next avaliable TTS (that is free) google text to speach. If that doesn't work then just output text.