Hacker News new | ask | show | jobs
by ArlenBales 892 days ago
This close to launch and no information on how they'll audit GPTs. I just want to know their review process and how they'll enforce their usage policies, specifically regarding privacy (and GDPR compliancy).

How will they prevent a developer from sending and storing private information from their GPT to their server through APIs?

How will they prevent doxing? Such as a GPT posting hyperlinks that direct to a server owned by the developer that performs geolocation.

2 comments

Also, who is on the hook when your app outputs copyrighted material? https://garymarcus.substack.com/p/things-are-about-to-get-a-...
They are, via their "Copyright Shield" program: https://openai.com/blog/new-models-and-developer-products-an...
Unless they're changing this, custom GPTs as far as I know are not accessible through OpenAI's API. AFAIK they're just ChatGPT running GPT-4 with a custom instruction and optional knowledge base. No private information leaves the ChatGPT interface/OpenAI. For example, here's how I'm using a private one right now: https://liza.io/creating-a-writing-assistant-with-chatgpt-pl...