Hiding personal information with OpenAI Codex

1 · Shane Mulligan · Sept. 2, 2021, 1:29 a.m.
Summary While creating a prompt for generating commit messages from diffs, I have made a personal information concealer. Demo -- Prompt prompt http://github.com/semiosis/prompts/blob/master/prompts/randomize-private-info.prompt 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 task: "Hide personal information" doc: "Given a document with personal information, replace with random info instead" prompt-version: 1 prompt: |+# A file wit...