-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Privacy Policy #6
Comments
Hi @tszumowski Fast Version: Longer, full transparency version for all detailsAbout current running environment: This docker image has an Nginx proxy in front of it (Nginx proxy manager) which stores logs. Lastly, in both non-hosted mode and prompts.approx.dev mode, we are using OpenAI models as the completion endpoint right now (until we have our own model, which is likely many months away), so this sends the prompt to OpenAI. This means that the raw prompt that is generated and completed is subject to their Privacy Policy as well (I suspect). Together, these 2 spots on our side represent 100% of state that is stored on the server (nginx logs and the automatic history.db file). Right now, I am not mounting or storing the So, net total: I am using the nginx logs to track calls, I am not using the data for any other purpose, and we are relying on OpenAI to process so there's their policy on the data to be considered. I need to figure out how to make a proper Privacy Policy here soon, so my answers here are just technical what is happening, and an actual more formal answer will follow. I recognize this matters to users of sketch, and want to make sure we address this transparently and completely. I also want to fully admit naivety here, I don't know what documents (official privacy policy documents) I should be hosting / storing about this. What would be the most confidence boosting / best form of privacy policy I should look at, model after, or start from? Do you have any opinions here @tszumowski ? |
@bluecoconut wow this was a very thoughtful and detailed reply. Much appreciated! That definitely gives me more comfort knowing about what is behind the endpoint and how the data is handled. Thank you. Regarding suggestions on documentation. I perhaps shouldn't have used the term "Privacy Policy". While there are some templates/examples out there (i.e. OpenAI's), it tends to be more of a legal document, with corresponding legalese, and is more often used by companies than FOSS projects. So for this project that's overkill. I think what some variant of what you wrote above in a README will do just fine. As an example the WhyLogs Readme has a Hope that helps! And thank you! |
First off, amazing package and thoughtful design! As mentioned in the readme, the default behavior is to call out to
https://prompts.approx.dev
. Is there more information on that endpoint regarding the privacy policy? How is the data used, is it stored, is it used for other purposes, etc?The text was updated successfully, but these errors were encountered: