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?
You must log in or register to comment.
Can be done with a Mattermost self-hosted server https://github.com/mattermost/openops
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.