mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-30 01:18:07 -05: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