diff --git a/autogpt/llm_utils.py b/autogpt/llm_utils.py index aafa84b3..4e74566b 100644 --- a/autogpt/llm_utils.py +++ b/autogpt/llm_utils.py @@ -98,7 +98,7 @@ def create_chat_completion( if CFG.debug_mode: print( Fore.RED + "Error: ", - f"Reached rate limit. Waiting {backoff} seconds..." + Fore.RESET, + f"Reached rate limit, passing..." + Fore.RESET, ) pass except APIError as e: