leon-ai / leon

🧠 Leon is your open-source personal assistant.
https://getleon.ai
MIT License
15.49k stars 1.28k forks source link

How to disable telemetry before running `leon create birth` / How to disable the creation of the report at the end #510

Open rramphal opened 1 year ago

rramphal commented 1 year ago

Question

Is there a way to disable telemetry before running leon create birth? Similarly, is there a way to disable the creation of the report.getleon.ai report?

In fact, I only found the LEON_TELEMETRY variable when I went to edit the .env file, and it isn't even listed in https://docs.getleon.ai/configuration#environment-variables. Given that Leon seems to be privacy-first, this was surprising.

So far, the only way I can think of is to edit my hosts file to block telemetry.getleon.ai and report.getleon.ai, but this feels hacky. Is there a preferred way to not have Leon "phone home"?

Thank you!