emacs-ellama
Tool for interacting with LLMs
Ellama is a tool for interacting with large language models from Emacs. It allows you to ask questions and receive responses from the LLMs. Ellama can perform various tasks such as translation, code review, summarization, enhancing grammar/spelling or wording and more through the Emacs interface. Ellama natively supports streaming output, making it effortless to use with your preferred text editor.
- Versions: 1.8.1
- Website: https://github.com/s-kostyaev/ellama
- Licenses: GPL 3+
- Package source: gnu/packages/emacs-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of emacs-ellama
as follows:
guix install emacs-ellama
Or install a particular version:
guix install emacs-ellama@1.8.1
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of emacs-ellama about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/emacs-ellama'><img src='https://packages.guix.gnu.org/packages/emacs-ellama/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/emacs-ellama)
Example Org:
[[https://packages.guix.gnu.org/packages/emacs-ellama][https://packages.guix.gnu.org/packages/emacs-ellama/badges/latest-version.svg]]