mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-18 22:44:21 +01: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