from Hacker News

An open-source and privacy-by-design Conversational AI in-browser

by dsr12 on 9/22/23, 9:57 PM with 1 comments

  • by joewferrara on 9/22/23, 10:08 PM

    This is a cool project. What do you think about the solution to redact text in a user’s message using an NER model - replacing the named entities with placeholders like PERSON_1, LOCATION_1 etc, and then sending the redacted message to open ai? I’ve seen this approach used to help prevent PII from being shared with open ai.