Update main.py

This commit is contained in:
Crizomb 2023-04-06 14:40:28 +02:00 committed by GitHub
parent d1149fc6dc
commit 916980567c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@ def main():
time.sleep(1)
if (j+10)%24 == 0:
if (j+1)%24 == 0:
#wait 3 hours GPT-4 is limited to 25 requests per 3 hours
time.sleep(60*60*3)