Web Dev Person / Ex-ECU Performance Calibrator

Side Project: MinimalGPT

  • 5 Posts
  • 16 Comments
Joined 2 years ago
cake
Cake day: June 13th, 2023

help-circle


  • Thanks!

    Good question, I hadn’t really thought about it before but I think an export is possible. Conversations are stored in your browsers local storage, adding the ability to export/import seems entirely possible.

    It might even be possible to generate a web link on export that you can use to load conversations on another device.

    As far as server side storage goes personally I’d like to handle as little of other peoples data as possible even if it’s just AI chat conversations. It’s not out of the question though, I just need to look into it further.




  • I actually wrote MinimalGPT as a project for myself because I found using ChatGPT annoying for certain things.

    It’s just a minimal chat client where you provide an OpenAI API key for GPT and you’re off to the races.

    Conversations and all data (besides the messages you send to OpenAI) are stored locally to your browser.

    https://minimalgpt.app, it’s also a PWA application so you can save it to your mobile Home Screen for a full app experience.

    GitHub Repo with a fleshed out readme for more info.