mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-18 22:44:21 +01:00
changed error msg
This commit is contained in:
@@ -98,7 +98,7 @@ def create_chat_completion(
|
|||||||
if CFG.debug_mode:
|
if CFG.debug_mode:
|
||||||
print(
|
print(
|
||||||
Fore.RED + "Error: ",
|
Fore.RED + "Error: ",
|
||||||
f"Reached rate limit. Waiting {backoff} seconds..." + Fore.RESET,
|
f"Reached rate limit, passing..." + Fore.RESET,
|
||||||
)
|
)
|
||||||
pass
|
pass
|
||||||
except APIError as e:
|
except APIError as e:
|
||||||
|
|||||||
Reference in New Issue
Block a user