From f24e5ad4740ce5f9829b14e499c9181f9bd7c76e Mon Sep 17 00:00:00 2001 From: Karthik Chikmagalur Date: Wed, 16 Oct 2024 21:56:02 -0700 Subject: [PATCH] gptel: Bump version * gptel.el: Bump version in header, improve package commentary. --- gptel.el | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/gptel.el b/gptel.el index 36e64b18..29a7a9b6 100644 --- a/gptel.el +++ b/gptel.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2023 Karthik Chikmagalur ;; Author: Karthik Chikmagalur -;; Version: 0.9.5 +;; Version: 0.9.6 ;; Package-Requires: ((emacs "27.1") (transient "0.4.0") (compat "29.1.4.1")) ;; Keywords: convenience ;; URL: https://github.com/karthink/gptel @@ -30,6 +30,8 @@ ;; gptel is a simple Large Language Model chat client, with support for multiple ;; models and backends. ;; +;; It works in the spirit of Emacs, available at any time and in any buffer. +;; ;; gptel supports ;; ;; - The services ChatGPT, Azure, Gemini, Anthropic AI, Anyscale, Together.ai, @@ -50,6 +52,9 @@ ;; - Save chats as regular Markdown/Org/Text files and resume them later. ;; - You can go back and edit your previous prompts or LLM responses when ;; continuing a conversation. These will be fed back to the model. +;; - Redirect prompts and responses easily +;; - Rewrite, refactor or fill in regions in buffers +;; - Write your own commands for custom tasks with a simple API. ;; ;; Requirements for ChatGPT, Azure, Gemini or Kagi: ;; @@ -126,6 +131,12 @@ ;; ;; When context is available, gptel will include it with each LLM query. ;; +;; Rewrite/refactor interface +;; +;; In any buffer: with a region selected, you can rewrite prose, refactor code +;; or fill in the region. Use gptel's menu (C-u M-x `gptel-send') to access +;; this feature. +;; ;; gptel in Org mode: ;; ;; gptel offers a few extra conveniences in Org mode.