Chatting about code snippets with imaginary helpers! in emacs

2 · · March 30, 2022, 11 a.m.
Summary I build a mechanism to chat about whatever text the user selects, with a subject-matter expert. This uses language models such as Codex. Demo -- Code Emacs lisp http://github.com/semiosis/pen.el/blob/master/src/pen-apostrophe.el 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 (defun apostrophe-chat-about-selection (text) (interactive (list (str (pen-screen-or-selection)))) (let ((apostrophe-engine (or (sor (pen-var-value-maybe 'force-eng...