mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-18 14:34:23 +01:00
changed error msg
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user