branch: externals/minuet
commit bf78ef27e9bbd8fc7d8afdc82081d75f31269dc1
Author: Milan Glacier <d...@milanglacier.com>
Commit: Milan Glacier <d...@milanglacier.com>

    doc: updates term "AI" to "LLM" where referring to the underlying 
technology.
---
 README.md | 16 ++++++++--------
 minuet.el |  4 ++--
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md
index 95420d1020..cc93b3e50a 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-- [Minuet AI](#minuet-ai)
+- [Minuet](#minuet)
 - [Features](#features)
 - [Requirements](#requirements)
 - [Installation](#installation)
@@ -20,21 +20,21 @@
   - [OpenAI-compatible](#openai-compatible)
   - [OpenAI-FIM-Compatible](#openai-fim-compatible)
 
-# Minuet AI
+# Minuet
 
-Minuet AI: Dance with Intelligence in Your Code 💃.
+Minuet: Dance with LLM in Your Code 💃.
 
-`Minuet-ai` brings the grace and harmony of a minuet to your coding process.
+`Minuet` brings the grace and harmony of a minuet to your coding process.
 Just as dancers move during a minuet.
 
 # Features
 
-- AI-powered code completion with dual modes:
+- LLM-powered code completion with dual modes:
   - Specialized prompts and various enhancements for chat-based LLMs on code
     completion tasks.
   - Fill-in-the-middle (FIM) completion for compatible models (DeepSeek,
     Codestral, and some Ollama models).
-- Support for multiple AI providers (OpenAI, Claude, Gemini, Codestral, Ollama,
+- Support for multiple LLM providers (OpenAI, Claude, Gemini, Codestral, 
Ollama,
   Llama.cpp and OpenAI-compatible providers)
 - Customizable configuration options
 - Streaming support to enable completion delivery even with slower LLMs
@@ -52,7 +52,7 @@ Just as dancers move during a minuet.
 - emacs 29+ compiled with native JSON support (verify with `json-available-p`).
 - plz 0.9+
 - dash
-- An API key for at least one of the supported AI providers
+- An API key for at least one of the supported LLM providers
 
 # Installation
 
@@ -220,7 +220,7 @@ computing power, please refer to [recipes.md](./recipes.md).
 
 # API Keys
 
-Minuet AI requires API keys to function. Set the following environment
+Minuet requires API keys to function. Set the following environment
 variables:
 
 - `OPENAI_API_KEY` for OpenAI
diff --git a/minuet.el b/minuet.el
index 71f7c1eae7..844e691f7f 100644
--- a/minuet.el
+++ b/minuet.el
@@ -26,14 +26,14 @@
 ;; Floor, Boston, MA 02110-1301, USA.
 
 ;;; Commentary:
-;; AI-powered code completion with dual modes:
+;; LLM-powered code completion with dual modes:
 ;;
 ;; - Specialized prompts and various enhancements for chat-based LLMs
 ;;   on code completion tasks.
 ;; - Fill-in-the-middle (FIM) completion for compatible models
 ;;   (DeepSeek, Codestral, and some Ollama models).
 ;;
-;; Minuet supports multiple AI providers (OpenAI, Claude, Gemini,
+;; Minuet supports multiple LLM providers (OpenAI, Claude, Gemini,
 ;; Codestral, Ollama, Llama.cpp, and OpenAI-compatible providers)
 ;;
 ;; You can use it with overlay-based ghost text via

Reply via email to