this post was submitted on 17 Nov 2023
1 points (100.0% liked)

LocalLLaMA

3 readers
1 users here now

Community to discuss about Llama, the family of large language models created by Meta AI.

founded 1 year ago
MODERATORS
 

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?

top 2 comments
sorted by: hot top controversial new old
[โ€“] AdamDhahabi@alien.top 1 points 11 months ago

Can be done with a Mattermost self-hosted server https://github.com/mattermost/openops

[โ€“] noco-ai@alien.top 1 points 11 months ago

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