mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-02-12 01:34:32 +01:00
fix whitespace
This commit is contained in:
@@ -47,6 +47,7 @@ def say_text(text, voice_index=0):
|
||||
macos_tts_speech(text)
|
||||
else:
|
||||
gtts_speech(text)
|
||||
|
||||
else:
|
||||
success = eleven_labs_speech(text, voice_index)
|
||||
if not success:
|
||||
|
||||
Reference in New Issue
Block a user