added create_user_data
This commit is contained in:
parent
705446942f
commit
275fb33b9f
1 changed files with 4 additions and 0 deletions
|
@ -91,6 +91,10 @@ def main(launch_first_prompt=False, first_prompt=None):
|
||||||
if (j + 5) % 24 == 0:
|
if (j + 5) % 24 == 0:
|
||||||
# Wait 3 hours. GPT-4 is limited to 25 requests per 3 hours
|
# Wait 3 hours. GPT-4 is limited to 25 requests per 3 hours
|
||||||
time.sleep(60 * 60 * 3)
|
time.sleep(60 * 60 * 3)
|
||||||
|
|
||||||
|
|
||||||
|
def create_user_data():
|
||||||
|
GPTDriver.create_user_data_dir()
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main()
|
main()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue