This repository contains a python script that allows you to talk with the ChatGPT bot using a GUI interface. The script can be launched using the provided batch file, chatgpt-ui.bat.
To use the script, simply double click on the batch file and a window will open that allows you to enter your message and receive a response from ChatGPT.
Please note that you will need to have the necessary dependencies installed in order to use the script. See the included requirements.txt file for a list of dependencies.
- GUI interface for interacting with ChatGPT
- Threading and queue modules to perform HTTP requests asynchronously.
- Easy to use batch file for launching the script
- Python 3.x
- Dependencies listed in requirements.txt
Clone the repository and navigate to the root directory
Install the required dependencies by running pip install -r requirements.txt
Double click on chatgpt-ui.bat to launch the script
Enter your message and receive a response from ChatGPT