This is a desktop app for ChatGPT, a chatbot that uses GPT-3 to have conversations with you.
git clone https://github.com/mantreshkhurana/ChatGPT-electron.git
cd ChatGPT-electron
npm install
npm start
Binary files for Windows, Linux and Mac are available in the release-builds/
folder.
npm run package-win
npm run package-linux
npm run package-mac