SimpleDev@lemmy.world to Selfhosted@lemmy.worldEnglish · 1 year agoIt’s Not Much but It’ll Do!lemmy.worldimagemessage-square22fedilinkarrow-up1125arrow-down13
arrow-up1122arrow-down1imageIt’s Not Much but It’ll Do!lemmy.worldSimpleDev@lemmy.world to Selfhosted@lemmy.worldEnglish · 1 year agomessage-square22fedilink
minus-squareSJ0@lemmy.fbxl.netlinkfedilinkEnglisharrow-up5·1 year agoNeed to get something that supports ActivityPub on the list, but other than that looks pretty cool. I didn’t know about minimalgpt. How is it?
minus-squareSimpleDev@lemmy.worldOPlinkfedilinkEnglisharrow-up11·edit-21 year agoI 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.
Need to get something that supports ActivityPub on the list, but other than that looks pretty cool.
I didn’t know about minimalgpt. How is it?
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.