mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-04 15:03:42 -05:00
ragnard/gptel-magit@f27c01821b -> ArthurHeymans/gptel-magit@4a40c3fc20 Move to ArthurHeymans/gptel-magit fork until ragnard/gptel-magit#7 is merged. Fix: #8484 Ref: ragnard/gptel-magit#7
16 lines
504 B
EmacsLisp
16 lines
504 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/llm/packages.el
|
|
|
|
(package! gptel :pin "af821efe63006cb571a071a8cda03fd2a57c18f5")
|
|
|
|
(package! gptel-quick
|
|
:recipe (:host github :repo "karthink/gptel-quick")
|
|
:pin "495b5e0b5348dbced1448bd12cbf8847e30b5175")
|
|
|
|
(when (modulep! :tools magit)
|
|
(package! gptel-magit
|
|
;; REVIEW: Revert to upstream if ragnard/gptel-magit#7 is merged.
|
|
:recipe (:host github
|
|
:repo "ArthurHeymans/gptel-magit")
|
|
:pin "4a40c3fc201d60d2f0589c2e1a6693fd94bb4c98"))
|