pen-human - The macro to run code with a human prompter

1 · · Jan. 13, 2022, 4:27 a.m.
Summary Sometimes it is necessary to force Pen.el to use a human prompter instead of a language model. For example, when you are cut off from the internet, or when debugging something. 1 (pen-human (pf-list-of/2 5 "types of fruit")) Since Pen.el caches by default, remember that you can re-prompt with upd. 1 (pen-human (upd (pf-list-of/2 5 "types of fruit"))) Demo <./human.cast>...