UI for navigating and organizing OpenAI's ChatGPT conversations.
Important: This project is 100% unaffiliated with OpenAI.
- 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
Currently can only be installed locally. Requires Python 3.10+
- Export ChatGPT history
- Unzip the download, place
conversations.json
in thedata
folder docker build -t chat-history-app .
docker run -p 80:80 chat-history-ap
- Open http://127.0.0.1 in your browser
- Optional - copy
secrets.template.toml
todata/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.