diff --git a/autogpt/logs.py b/autogpt/logs.py index a34d89b1..c644c5ea 100644 --- a/autogpt/logs.py +++ b/autogpt/logs.py @@ -272,6 +272,10 @@ def print_assistant_thoughts(ai_name, assistant_reply): # Speak the assistant's thoughts if CFG.speak_mode and assistant_thoughts_speak: say_text(assistant_thoughts_speak) + else: + logger.typewriter_log( + "SPEAK:", Fore.YELLOW, f"{assistant_thoughts_speak}" + ) return assistant_reply_json except json.decoder.JSONDecodeError: