branch: externals/ellama
commit 6373528783e9ed841b28d66443c56573929df015
Merge: 633fb58383 c7c30aa1c3
Author: Sergey Kostyaev <s-kosty...@users.noreply.github.com>
Commit: GitHub <nore...@github.com>

    Merge pull request #150 from byronclark/bugfix/ellama-provider-validation
    
    Fix ellama-providers validation
---
 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