changed error msg

This commit is contained in:
hyaxia
2023-04-15 22:20:05 +03:00
parent 051b5372ce
commit 2f776957d8

View File

@@ -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: