From 916980567c231cd62eae8a48261ab16d2dcf91f7 Mon Sep 17 00:00:00 2001 From: Crizomb <62544756+Crizomb@users.noreply.github.com> Date: Thu, 6 Apr 2023 14:40:28 +0200 Subject: [PATCH] Update main.py --- gpt_env/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpt_env/main.py b/gpt_env/main.py index fbfdb59..d6e5ab4 100644 --- a/gpt_env/main.py +++ b/gpt_env/main.py @@ -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)