From bb41ed8edc0e7e9871a5f1d28c900e98f7ec109c Mon Sep 17 00:00:00 2001 From: Crizomb <62544756+Crizomb@users.noreply.github.com> Date: Sat, 8 Apr 2023 20:35:57 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index b2b0ced..a60a6ee 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,6 @@ You don't need an API key, this simple project use selenium to communicate beetwen chatgpt website and your pc. install all libs in requierements.txt. This code work on window11. On linux only "exec_term_code" (which is the script that run terminal commands) doesn't work well. -When using the code for the first time, go to main change last line by: - -if __name__ == "__main__": - create_user_data() run main.py, connect to chatgpt and then wait 60s the code to stop. then change back the code and run again.