View your chat sessions in a directory tree and switch between chats
Create a new chat or continue a previous chat, using ChatGPT to generate response
Save your chat sessions as a json file in the directory tree
- Create a .env file in this directory containing your OpenAI API key "OPENAI_API_KEY="
npm install
npm start
- npm install
- npm run make
- the packaged application is in the out/ folder. (Note: Your OpenAI API key in the .env file is included in the packaged application)