Skip to content

curcic/GUI-GPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.