Add recipes for ellama and its dependencies: llm and plz (#2955)

This commit is contained in:
Jean-Marc Saffroy 2024-08-31 12:30:12 +02:00 committed by GitHub
parent d25eb973b5
commit a8a4d96bba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 18 additions and 0 deletions

6
recipes/ellama.rcp Normal file
View File

@ -0,0 +1,6 @@
(:name ellama
:description "Tool for interacting with LLMs"
:minimum-emacs-version "28.1"
:type github
:pkgname "s-kostyaev/ellama"
:depends (llm spinner compat))

6
recipes/llm.rcp Normal file
View File

@ -0,0 +1,6 @@
(:name llm
:description "Interface to pluggable llm backends"
:minimum-emacs-version "28.1"
:type github
:pkgname "ahyatt/llm"
:depends (plz))

6
recipes/plz.rcp Normal file
View File

@ -0,0 +1,6 @@
(:name plz
:description "An HTTP library that uses curl as a backend"
:minimum-emacs-version "27.1"
:type github
:pkgname "alphapapa/plz.el"
:depends ())