intellibar / main

IntelliBar is an AI-powered assistant for the Mac.
https://intellibar.app/
34 stars 0 forks source link

Lacks Privacy Documentation #13

Open dcaspi opened 10 months ago

dcaspi commented 10 months ago

I couldn't find any place where you explicitly explain what's sent where. Given that I supply my own API key, is it guaranteed that all queries are only sent to OpenAI?

What about prompt completion? From a quick test i ran with `watch -n 0.5 "sudo lsof -i -n -P | grep IntelliBa"`` it seems like they're generated through OpenAI, but again - can you explicit state what's your privacy policy?

Thanks!

erusev commented 10 months ago

Hi, and thanks getting in touch 😊

IntelliBar is just a UI for the ChatGPT API — it sends your queries directly to the ChatGPT API and no one else. The only requests it sends to us are to check for updates.

I agree that we should create a doc that explains this.

erusev commented 10 months ago

Just added a basic privacy page at https://github.com/intellibar/main/wiki/Privacy