Skip to content

wangziao9/directory-of-dialogues

Repository files navigation

Manage your Chat Sessions in a Directory

Demonstrations

View your chat sessions in a directory tree and switch between chats

img

Create a new chat or continue a previous chat, using ChatGPT to generate response

img

Save your chat sessions as a json file in the directory tree

img

How to run the application with the source code

  1. Create a .env file in this directory containing your OpenAI API key "OPENAI_API_KEY="
  2. npm install
  3. npm start

How to package the project to a desktop application

  1. npm install
  2. npm run make
  3. the packaged application is in the out/ folder. (Note: Your OpenAI API key in the .env file is included in the packaged application)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published