branch: elpa/gptel
commit 5e88e9aa3a250d2f064b9c968d3a2fa97c0fb37f
Author: Henrik Ahlgren <pa...@seestieto.com>
Commit: GitHub <nore...@github.com>

    README: Tweak list of alternatives (#707)
    
    * README: Drop leafy-mode, it's gone 404 from Github.  Add Minuet,
    which is a new code-completion specific LLM client.
---
 README.org | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 84f1f99a2f..d5eb443998 100644
--- a/README.org
+++ b/README.org
@@ -1386,8 +1386,9 @@ Other Emacs clients for LLMs include
 - [[https://github.com/s-kostyaev/ellama][Ellama]]: A full-fledged LLM client 
built on llm, that supports many LLM providers (Ollama, Open AI, Vertex, 
GPT4All and more).  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.
 - [[https://github.com/xenodium/chatgpt-shell][chatgpt-shell]]: comint-shell 
based interaction with ChatGPT.  Also supports DALL-E, executable code blocks 
in the responses, and more.
 - [[https://github.com/rksm/org-ai][org-ai]]: Interaction through special 
=#+begin_ai ... #+end_ai= Org-mode blocks.  Also supports DALL-E, querying 
ChatGPT with the contents of project files, and more.
+- [[https://github.com/milanglacier/minuet-ai.el][Minuet]]: Code-completion 
using LLM. Supports fill-in-the-middle (FIM) completion for compatible models 
such as DeepSeek and Codestral.
 
-There are several more: 
[[https://github.com/MichaelBurge/leafy-mode][leafy-mode]], 
[[https://github.com/iwahbe/chat.el][chat.el]], 
[[https://github.com/stuhlmueller/gpt.el][gpt.el]],  
[[https://github.com/AnselmC/le-gpt.el][le-gpt]], 
[[https://github.com/stevemolitor/robby][robby]].
+There are several more: [[https://github.com/iwahbe/chat.el][chat.el]], 
[[https://github.com/stuhlmueller/gpt.el][gpt.el]], 
[[https://github.com/AnselmC/le-gpt.el][le-gpt]], 
[[https://github.com/stevemolitor/robby][robby]].
 
 *** Packages using gptel
 

Reply via email to