I’ve noticed that nearly every web-based llm app(chatgpt-web/privategpt/textgen-ui) stores the conversations/chat history in the browser.
What’s the best setup that I can host to allow a group of people to see the same conversation and build on it together that can be self-hosted?
Might be overkill for your use case but the UI I created stores conversations in MariaDB, it is not multi user so anyone who accesses the UI will see the same conversations.
https://github.com/noco-ai/spellbook-docker