mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-23 17:04:21 +01:00
fix gtts_speech
This commit is contained in:
@@ -49,4 +49,4 @@ def say_text(text, voice_index=0):
|
|||||||
else:
|
else:
|
||||||
success = eleven_labs_speech(text, voice_index)
|
success = eleven_labs_speech(text, voice_index)
|
||||||
if not success:
|
if not success:
|
||||||
gtts_speech()(text)
|
gtts_speech(text)
|
||||||
|
|||||||
Reference in New Issue
Block a user