Update main.py
This commit is contained in:
parent
d1149fc6dc
commit
916980567c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue