A ChatGPT-like assistant but private for developers
autonomous.ai
A ChatGPT-like assistant but private for developers
1–10 of 34 posts
Re: A ChatGPT-like assistant but private for developers
#2Re: A ChatGPT-like assistant but private for developers
#3Using a public service like chatGPT or Replicate is easier and more affordable but I am really concerned about data privacy. We all know some are collecting and using user data for training or other purposes. What makes you different from others?
Re: A ChatGPT-like assistant but private for developers
#4I tried hosting several small-size LLM models. It requires lots of work, but it’s worth it to customize my own sick chatbot. However, hosting a large model with billions of params is super painful and expensive. Using a public service like chatGPT or Replicate is easier and more affordable but I am really concerned about data privacy. We all know some are collecting and using user data for training or other purposes.…
Re: A ChatGPT-like assistant but private for developers
#5Re: A ChatGPT-like assistant but private for developers
#6Re: A ChatGPT-like assistant but private for developers
#7Need to understand, despite the privacy, is there any other difference compared to other AI assistants?
- Llama 3.1 405B by Meta (outperforming GPT4 by 13%) - Llama 3.2 Vision by Meta (we're one of the first to use it!) - FLUX.1 [dev] by Black Forest Labs
Re: A ChatGPT-like assistant but private for developers
#8Can users delete their conversation history, and if so, how is it handled? Are conversations deleted permanently, or are they retained for a certain period of time?
Re: A ChatGPT-like assistant but private for developers
#9Can users delete their conversation history, and if so, how is it handled? Are conversations deleted permanently, or are they retained for a certain period of time?
Yeah you can delete your conversation history whenever you want. Since we store data locally only, you have full control over it. Delete it, and it's gone for good. We don't retain any copies on our servers.