From 2f776957d8832eb2aa78c92d643266529b7685d7 Mon Sep 17 00:00:00 2001 From: hyaxia Date: Sat, 15 Apr 2023 22:20:05 +0300 Subject: [PATCH] changed error msg --- autogpt/llm_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: