This repository is in no way associated with OpenAI. OpenAI holds all the rights to the tools and APIs used in this repository.
This is a simple GUI chatbot built in Python using PyQt5 and OpenAI's GPT API. The chatbot allows users to type in messages and receive responses generated by GPT.
In order to use GPT-4 with this program, you need to have proper access to the API. Click here to read more on OpenAI's website.
-
Clone the repository:
git clone https://github.com/curcic/GUI-GPT.git
-
Install dependencies with:
pip install -r requirements.txt
-
Get your OpenAI API key:
-
To run the chatbot, execute the following command:
python main.py
-
Paste the OpenAI API key that you generated earlier
A GUI window will appear where you can type in messages and receive responses from the chatbot. The chatbot uses OpenAI's GPT-4 and GPT-3.5 models to generate responses.
Icons downloaded from uxwing.com
This project is licensed under the GPL-3.0 License - see the LICENSE file for details.