mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-18 06:24:20 +01:00
Fixes broken reference to speak.say_text
This commit is contained in:
committed by
GitHub
parent
962fc9a42a
commit
dcc29a5568
@@ -268,7 +268,7 @@ def message_agent(key, message):
|
||||
|
||||
# Speak response
|
||||
if cfg.speak_mode:
|
||||
say.speak(agent_response)
|
||||
speak.say_text(agent_response, 1)
|
||||
return agent_response
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user