Get the latest tech news
gptel: a simple LLM client for Emacs
A simple LLM client for Emacs. Contribute to karthink/gptel development by creating an account on GitHub.
Call M-x gptel-send with a prefix argument ( C-u) to set chat parameters (GPT model, system message etc) for this buffer, include quick instructions for the next request only, to add additional context – regions, buffers or files – to gptel, to read the prompt from or redirect the response elsewhere, or to replace the prompt with the response. Set chat parameters (LLM provider, model, directives etc) for the session by calling gptel-send with a prefix argument ( C-u C-c RET): Its usage differs from gptel in that it provides separate commands for dozens of common tasks, like general chat, summarizing code/text, refactoring code, improving grammar, translation and so on.
Or read this on Hacker News