Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Aug 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 ())
alexott marked this conversation as resolved.
Show resolved Hide resolved
Loading