aide.el Update: Demo and More Commands
Published on Dec 30, 2021, by Junji Zhi
I wrote about a small OpenAI wrapper that I developed over the weekend. After playing with it for a bit, I extended the functionalities to fit the Emacs workflow.
Now you can M-x aide-openai-completion-buffer-insert
, which grabs the current
buffer as a string, send it to OpenAI API and insert the result at the end of
the buffer.
This is like the OpenAI playground where you can run the command multiple times to continue the conversation in the same buffer.
Demo:
I also added more customization that let you control the API parameters. Other helper commands are added as well.
Check them out in Github.