mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-30 09:28:19 -05:00
fix gtts_speech
This commit is contained in:
@@ -49,4 +49,4 @@ def say_text(text, voice_index=0):
|
||||
else:
|
||||
success = eleven_labs_speech(text, voice_index)
|
||||
if not success:
|
||||
gtts_speech()(text)
|
||||
gtts_speech(text)
|
||||
|
||||
Reference in New Issue
Block a user