Pen.el- https://github.com/semiosis/pen.el/
- Pen contrib library
- https://github.com/semiosis/pen.el/blob/master/pen-contrib.el
- Pen contrib team
- https://github.com/orgs/semiosis/teams/contrib
I assume that GPT-3 or some descendant of it
will become the primary interface to the
computer.
I create a configuration option to enable /
disable GPT-3.
When disabled, the environment will resort to alternative means of performing tasks.
vim +/"use_gpt3: on" "$NOTES/myrc.yaml"vim +/"summarize) {" "$SCRIPTS/s"Otherwise, use sumy.
summarize) {
if myrc-test use_gpt3; then
openai-complete $MYGIT/semiosis/prompts/prompts/summarize-for-2nd-grader.prompt
else
zsh -c "sumy lex-rank --length=10 --file=<(cat)"
fi
}
;;I use org-brain because it enables me to
recall exactly where I am substituting GPT-3
within my scripts.
*=org-brain= demo*


