mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-18 14:34:23 +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
|
# Speak response
|
||||||
if cfg.speak_mode:
|
if cfg.speak_mode:
|
||||||
say.speak(agent_response)
|
speak.say_text(agent_response, 1)
|
||||||
return agent_response
|
return agent_response
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user