branch: externals/ellama
commit caf4578e8dce00e984a975f929a4540c5ca2809f
Author: Sergey Kostyaev <[email protected]>
Commit: Sergey Kostyaev <[email protected]>
add llm keyword to documentation
---
README.md | 10 ++++++----
ellama.el | 3 ++-
2 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index bb288466d0..6eaef9e088 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,11 @@
# Ellama
-Ellama is an [ollama](https://github.com/jmorganca/ollama) client for
-Emacs. It provides a set of commands for interacting with the Ollama
-API, allowing users to ask questions, define words, translate text,
-and more. Ellama natively supports streaming output.
+Ellama is a specialized client for Emacs that enables local access to
+LLMs through [ollama](https://github.com/jmorganca/ollama)'s API. It
+provides a suite of commands that allow users to query questions,
+find word definitions, translate text, and more via the Emacs
+interface. Ellama natively supports streaming output, providing
+seamless integration with your text editor.
## Commands
diff --git a/ellama.el b/ellama.el
index 75467be768..dca2cea2f5 100644
--- a/ellama.el
+++ b/ellama.el
@@ -24,7 +24,8 @@
;;; Commentary:
;;
-;; Ellama is ollama client for Emacs
+;; Ellama is ollama client for Emacs. Adds ability to call local LLMs from
+;; inside Emacs.
;;
;;; Code: