config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

gptel-pkg.el (507B)


      1 ;; -*- no-byte-compile: t; lexical-binding: nil -*-
      2 (define-package "gptel" "20241115.456"
      3   "Interact with ChatGPT or other LLMs."
      4   '((emacs     "27.1")
      5     (transient "0.4.0")
      6     (compat    "29.1.4.1"))
      7   :url "https://github.com/karthink/gptel"
      8   :commit "51ae43f4edefe0375acbcb836d94d8d0348a531d"
      9   :revdesc "51ae43f4edef"
     10   :keywords '("convenience")
     11   :authors '(("Karthik Chikmagalur" . "karthik.chikmagalur@gmail.com"))
     12   :maintainers '(("Karthik Chikmagalur" . "karthik.chikmagalur@gmail.com")))