emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ellama c7c30aa1c3 1/3: Fix ellama-providers validation


From: ELPA Syncer
Subject: [elpa] externals/ellama c7c30aa1c3 1/3: Fix ellama-providers validation
Date: Fri, 19 Jul 2024 15:57:52 -0400 (EDT)

branch: externals/ellama
commit c7c30aa1c317ed665acb96580986cbd5f2e52079
Author: Byron Clark <byron@theclarkfamily.name>
Commit: Byron Clark <byron@theclarkfamily.name>

    Fix ellama-providers validation
    
    Extra quote caused validation to fail for all values.
    
    Fixes #149
---
 ellama.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ellama.el b/ellama.el
index 1b6ae6e028..e89a400732 100644
--- a/ellama.el
+++ b/ellama.el
@@ -95,7 +95,7 @@
   "LLM provider list for fast switching."
   :group 'ellama
   :type '(alist :key-type string
-               :value-type '(sexp :validate 'llm-standard-provider-p)))
+               :value-type (sexp :validate 'llm-standard-provider-p)))
 
 (defcustom ellama-spinner-type 'progress-bar
   "Spinner type for ellama."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]