diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2023-07-30 17:52:58 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-09-09 12:24:12 +0200 |
| commit | 9f6fa3a9580a43d7406ac5b61c2fba0878a67edf (patch) | |
| tree | e0597e87d032ec3c703e78503dff3b54dd1348f0 /gnu | |
| parent | f85c6ee26a5e693aaaebdab33b156938e10fb060 (diff) | |
gnu: Add emacs-chatgpt-shell.
* gnu/packages/emacs-xyz.scm (emacs-chatgpt-shell): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index baa67eefbb0..1cce55bce9c 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm | |||
| @@ -493,6 +493,25 @@ just one-off queries and multiple independent sessions. It requires an OpenAI | |||
| 493 | API key.") | 493 | API key.") |
| 494 | (license license:gpl3+))) | 494 | (license license:gpl3+))) |
| 495 | 495 | ||
| 496 | (define-public emacs-chatgpt-shell | ||
| 497 | (package | ||
| 498 | (name "emacs-chatgpt-shell") | ||
| 499 | (version "0.74.1") | ||
| 500 | (source (origin | ||
| 501 | (method git-fetch) | ||
| 502 | (uri (git-reference | ||
| 503 | (url "https://github.com/xenodium/chatgpt-shell") | ||
| 504 | (commit "1de7bfa6a34f20cca813006282d9a8f2ef291f95"))) | ||
| 505 | (sha256 | ||
| 506 | (base32 | ||
| 507 | "1rabpp70qlmc47lmp2v7ckvfjhy6wkk881fxpbv2dchzhn77qk5r")))) | ||
| 508 | (build-system emacs-build-system) | ||
| 509 | (home-page "https://github.com/xenodium/chatgpt-shell") | ||
| 510 | (synopsis "ChatGPT and DALL-E Emacs shells + Org Babel") | ||
| 511 | (description | ||
| 512 | "chatgpt-shell is a comint-based ChatGPT shell for Emacs.") | ||
| 513 | (license license:gpl3+))) | ||
| 514 | |||
| 496 | (define-public emacs-geiser-guile | 515 | (define-public emacs-geiser-guile |
| 497 | (package | 516 | (package |
| 498 | (name "emacs-geiser-guile") | 517 | (name "emacs-geiser-guile") |
