Skip to content

Commit

Permalink
Add recipes for ellama and its dependencies: llm and plz (#2955)
Browse files Browse the repository at this point in the history
  • Loading branch information
saffroy authored Aug 31, 2024
1 parent d25eb97 commit a8a4d96
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions recipes/ellama.rcp
Original file line number Diff line number Diff line change
@@ -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 changes: 6 additions & 0 deletions recipes/llm.rcp
Original file line number Diff line number Diff line change
@@ -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 changes: 6 additions & 0 deletions recipes/plz.rcp
Original file line number Diff line number Diff line change
@@ -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 ())

0 comments on commit a8a4d96

Please sign in to comment.