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

LocalLLaMA

1 readers
1 users here now

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

founded 10 months 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?

you are viewing a single comment's thread
view the rest of the comments
[–] noco-ai@alien.top 1 points 10 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