This is an update to my previous submission a week ago.<p>- Easy docker install and run - one-liner
- A tutorial
- Rewritten most of the code to be
- faster,
- more featureful,
- more reliable, and
- much closer to pure elisp<p>pen.el is a GPT-3 editor based on emacs and an alternative to Copilot and is configurable to connect other completion engines. It's also an emacs lisp package that can be installed into your existing environment.<p>I am working on the GPT-j completer currently. Google has kindly sponsored a free TPU. Thank you Google!<p>I'm camped out in McDonalds using the free WiFi to upload the image. Thanks for sponsoring some free WiFi too, McDonalds!<p>Discard the docker image after use as it saves the OpenAI API key.<p><pre><code> docker run --rm -ti --entrypoint= semiosis/pen.el:latest ./run.sh
</code></pre>
Please give it a try and submit bug reports. P2P prompt sharing is on its way.
Prompt chaining: Linking prompts together usefully in emacs<p><a href="https://mullikine.github.io/posts/using-emacs-prompt-functions-inside-other-prompt-functions/" rel="nofollow">https://mullikine.github.io/posts/using-emacs-prompt-functio...</a>