Skip to content

Commit

Permalink
Add emacs-openai packages
Browse files Browse the repository at this point in the history
  • Loading branch information
813gan committed Sep 10, 2023
1 parent 05bb836 commit f2fe9a1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions recipes/codegpt.rcp
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
(:name codegpt
:website "https://github.com/emacs-openai/codegpt"
:description "This extension allows you to use the official OpenAI API."
:type github
:pkgname "emacs-openai/codegpt"
:minimum-emacs-version "27.1"
:depends (openai spinner markdown-mode))
7 changes: 7 additions & 0 deletions recipes/openai.rcp
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
(:name openai
:website "https://github.com/emacs-openai/openai"
:description "Elisp library for the OpenAI API."
:type github
:pkgname "emacs-openai/openai"
:minimum-emacs-version "26.1"
:depends (tblui request))

0 comments on commit f2fe9a1

Please sign in to comment.