From 3b6a0d2432ca1699a602ac30259291e8549d3c7a Mon Sep 17 00:00:00 2001 From: Crizomb <62544756+Crizomb@users.noreply.github.com> Date: Fri, 7 Apr 2023 16:11:15 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ff6af5..c8773f4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ChatGPT-python-bash-interface 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" doesn't work well. +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__":