migueldeicaza / PlaticaBot

MacOS, iOS and watchOS ChatGPT client using your own OpenAI key

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coredata or file storage

pradeepb28 opened this issue · comments

It would be great if the conversation stored offline like coredata or file

I would love to put this on iCloud/CoreData, but I am afraid if I do that, folks will have trouble building and provisioning.

But a file would do for now just fine, and later we can figure out a migration path

afaik, it will work when they change their bundle id.

I mean there are several examples on github with coredata that works out of box with 1-2 config changes.

For now, I implemented the Json file storage, check it out!

Let us open a separate issue just with CoreData/iCloud and would love if you could link to an example that works :-)