diff --git a/autogpt/llm_utils.py b/autogpt/llm_utils.py index 25dbabd4..3630108e 100644 --- a/autogpt/llm_utils.py +++ b/autogpt/llm_utils.py @@ -123,7 +123,7 @@ def create_chat_completion( time.sleep(backoff) if response is None: logger.typewriter_log( - "FAILED TO GET RESPONSE FROM OPENAI", + "FAILED TO GET RESPONSE FROM OPENAI", Fore.RED, "Auto-GPT has failed to get a response from OpenAI's services. " + f"Try running Auto-GPT again, and if the problem the persists try running it with `{Fore.CYAN}--debug{Fore.RESET}`."