mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-17 22:14:28 +01:00
Merge branch 'master' into master
This commit is contained in:
@@ -46,6 +46,7 @@ def gtts_speech(text):
|
||||
os.remove("speech.mp3")
|
||||
|
||||
def say_text(text, voice_index=0):
|
||||
|
||||
def speak():
|
||||
if not cfg.elevenlabs_api_key:
|
||||
gtts_speech(text)
|
||||
|
||||
Reference in New Issue
Block a user