Skip to content

juanc07/simple-chat-ui-for-chat-gpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

This is a very simple chat UI for chatGPT made using python most of the essential are in place
but feel free to modify this and make it better or add more features

To make it work follow these steps:

1. you just need to register in openai (https://openai.com)
2. create an account
3. generate your own token 
4. replace the your-token-here in the code with your real token from openai
5. open a gitbash call "python chatGPT.py"

if you encounter some issues or error you might need to install this

pip install requests


If you want you can Convert it to exe

install this 1st
pip install pyinstaller

run this command to make the chatGPT python file into .exe for windows
pyinstaller --onefile chatGPT.py


and that's it, enjoy!

About

Simple Chat UI for Chat GPT made with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages