Arbitrary keyword extraction with GPT-3, Pen.el and emacs

1 · · July 31, 2021, noon
Summary Using a mixture of emacs lisp, sed and prompts, I have made a reliable keyword extractor for emacs. This is useful to be fed into other prompt functions, say for defining a word with the context which is given by the keyword extractor. 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 title: keyword extraction prompt-version: 6 prompt: |+Text and keywords: Text: Ethereum is a blockchain Keywords: blockchain, smart contracts, Turing-complete, dist...