changed error msg

pull/1683/head
hyaxia 2023-04-15 22:20:05 +03:00
parent 051b5372ce
commit 2f776957d8
1 changed files with 1 additions and 1 deletions

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: