eliranwong / letmedoit

An advanced AI assistant that leverages the capabilities of ChatGPT API, Gemini Pro, AutoGen, and open-source LLMs, enabling it both to engage in conversations and to execute computing tasks on local devices.
https://letmedoit.ai
GNU General Public License v3.0
112 stars 24 forks source link

Privacy Concern #53

Closed thelege2nd closed 4 months ago

thelege2nd commented 4 months ago

Do you collect any data or telemetry?

eliranwong commented 4 months ago

NO, definitely NO! I don't collect any. I am aware of Chromadb collect telemetry by default. I deliberately turned that off in my project.

So, in short, NO, I myself don't collect any data or telemetry. Please feel free to check the source code. All are transparent.

With that said, if you use ChatGPT, your entered queries are uploaded to OpenAI. Some commercial users have concerns and requested my project to support totally free, local and offline open-source LLMs. If you have the same concerns about OpenAI, the following project, still baking, is the answer:

https://github.com/eliranwong/freegenius

thelege2nd commented 4 months ago

Thanks for the swift answer! I will check the source code later.

Is there a difference or an advantage between this project and Open Interpreter/Rawdog?

eliranwong commented 4 months ago

I appreciate other people work. I prefer to let other LetMeDoIt users to tell the difference. I myself have already uninstalled open-interpreter for few months ago, as it cannot meet my needs. So, I am not right person to comment further.

thelege2nd commented 4 months ago

Thank you.