Using LLMs in Emacs

Author

Marie-Hélène Burle

Large language models (LLMs) have become powerful tools for coding,writing, and research. Not surprisingly, they are increasingly becoming integrated into many software.

For the Emacs users out there, I will show you how to use the latest OpenAI model via GitHub Copilot from within Emacs for code completion (thanks to copilot.el) and for chatting, code review, code correction, code optimization, code transformation, and code explanation (thanks to copilot-chat.el).

Then I will show how to use any number of models in Emacs with gptel.

Coming up on May 6.