chatgpt-ui
chatgpt-ui copied to clipboard
Allow chaining and persistence
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
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