unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#70584] [PATCH] gnu: Add emacs-llm.
@ 2024-04-26  7:04 Roman Scherer
  2024-04-26 17:00 ` Liliana Marie Prikler
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Roman Scherer @ 2024-04-26  7:04 UTC (permalink / raw)
  To: 70584
  Cc: Roman Scherer, Andrew Tropin, Katherine Cox-Buday,
	Liliana Marie Prikler

* gnu/packages/emacs-xyz.scm (emacs-llm): New variable.

Change-Id: Ie89eac7a4f0a31245b6d826ae9885a7092528ced
---
 gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8a2ffc621d..8c712612b6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1606,6 +1606,31 @@ (define-public emacs-libgit
 libgit2 bindings for Emacs, intended to boost the performance of Magit.")
       (license license:gpl2+))))
 
+(define-public emacs-llm
+  (package
+    (name "emacs-llm")
+    (version "0.13.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/ahyatt/llm")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256 (base32
+                       "1q7djz4zx1br4d3g46f1m5cbxwl050qjmsm2cy7zcww64rrkcj0l"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/ahyatt/llm")
+    (synopsis " Emacs library abstracting Large Language Model capabilities.")
+    (description
+     "This is a library for interfacing with Large Language Models.  It allows
+elisp code to use LLMs, but allows gives the end-user an option to choose
+which LLM they would prefer.  This is especially useful for LLMs, since there
+are various high-quality ones that in which API access costs money, as well as
+locally installed ones that are free, but of medium quality.  Applications
+using LLMs can use this library to make sure their application works
+regardless of whether the user has a local LLM or is paying for API access.")
+    (license license:gpl3+)))
+
 (define-public emacs-magit
     ;; Use this unreleased commit to benefit from a recent improvements with
     ;; regard to adding git trailers such as "Reviewed-by".

base-commit: 259372b7a95e3fea75a9ce1127a904e3f1ea3591
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-05-09  9:53 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-26  7:04 [bug#70584] [PATCH] gnu: Add emacs-llm Roman Scherer
2024-04-26 17:00 ` Liliana Marie Prikler
2024-04-26 22:35   ` Roman Scherer
2024-04-26 22:46     ` Liliana Marie Prikler
2024-04-26 23:05       ` Roman Scherer
2024-04-26 23:45         ` Liliana Marie Prikler
2024-04-27  7:20           ` Roman Scherer
2024-04-27  7:13 ` [bug#70584] [PATCH v2] " Roman Scherer
2024-04-29 18:40   ` Liliana Marie Prikler
2024-05-01 10:41     ` Roman Scherer
2024-05-01 10:40 ` [bug#70584] [PATCH v3] " Roman Scherer
2024-05-09  9:52   ` bug#70584: " Liliana Marie Prikler

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).