Skip to content

Commit

Permalink
Merge pull request #150 from byronclark/bugfix/ellama-provider-valida…
Browse files Browse the repository at this point in the history
…tion

Fix ellama-providers validation
  • Loading branch information
s-kostyaev authored Jul 19, 2024
2 parents 633fb58 + c7c30aa commit 6373528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ellama.el
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 6373528

Please sign in to comment.