chatgpt-ui icon indicating copy to clipboard operation
chatgpt-ui copied to clipboard

Allow chaining and persistence

Open cpursley opened this issue 11 months ago • 1 comments

Thanks for the awesome project!

Any thoughts on allow chaining similar to langchain as well as persistence?

There's a demo here that includes what I think is a pretty good approach to persistence: https://github.com/brainlid/langchain_demo

Maybe Scenarios here could pull it's settings from a scenarios database table and "conversations" saved under a "History" section?

Also related: https://github.com/dvcrn/chatgpt-ui/issues/6

cpursley avatar Mar 17 '24 23:03 cpursley

Persistence is definitely needed, just wondering what the best way would be. We can store history into the session (GenServer) or localStorage but that's not very persistent

dvcrn avatar Mar 24 '24 04:03 dvcrn