Skip to content

Docker app to show your chatgpt history chats in a beautiful GUI

License

Notifications You must be signed in to change notification settings

ab-almahfadi/chatgpt-history-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatGPT history

UI for navigating and organizing OpenAI's ChatGPT conversations.

Important: This project is 100% unaffiliated with OpenAI.

Features

  • See activity graph and useful statistics
  • Quickly browse and open the chats
  • Search chats (semantic and "strict")
  • List of favorite chats
  • Open conversations on the ChatGPT site

Screenshot

Docker Hub Image

Setup

Currently can only be installed locally. Requires Python 3.10+

  1. Export ChatGPT history
  2. Unzip the download, place conversations.json in the data folder
  3. docker build -t chat-history-app .
  4. docker run -p 80:80 chat-history-ap
  5. Open http://127.0.0.1 in your browser
  6. Optional - copy secrets.template.toml to data/secrets.toml and update OpenAI API key, then restart the server. First run will take a while to create embeddings. 10MB JSON: ~30 min, ~$0.10 cost.

About

Docker app to show your chatgpt history chats in a beautiful GUI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published