curcic / GUI-GPT

Python app that uses PyQt5 for the GUI and the OpenAI API to communicate with OpenAI's GPT-4 and GPT-3.5 Turbo models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GUI GPT

Notice

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.

Installation

Usage

  • 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.

References

Icons downloaded from uxwing.com

License

This project is licensed under the GPL-3.0 License - see the LICENSE file for details.

About

Python app that uses PyQt5 for the GUI and the OpenAI API to communicate with OpenAI's GPT-4 and GPT-3.5 Turbo models

License:GNU General Public License v3.0


Languages

Language:Python 100.0%