From d46e6d8fc89b79d3d9c57dee12715517abb1e8b1 Mon Sep 17 00:00:00 2001 From: Crizomb <62544756+Crizomb@users.noreply.github.com> Date: Fri, 7 Apr 2023 16:00:57 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3d919cf..1473c51 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,14 @@ -# ChatGPT-python-interface +# ChatGPT-python-bash-interface You don't need 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" doesn't work well. When using the code for the first time, go to main change last line by: if __name__ == "__main__": - gpt_driver.create_user_data() + 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. -You can chose manually GPT4 before the first prompt got sent. + + +https://user-images.githubusercontent.com/62544756/230621413-0b3dad7a-7d64-423d-b510-a95435ec9d37.mp4 +