[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/gptel c645444de9 09/11: README: Fix formatting errors, me
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/gptel c645444de9 09/11: README: Fix formatting errors, mention more packages |
Date: |
Sat, 30 Nov 2024 07:00:05 -0500 (EST) |
branch: elpa/gptel
commit c645444de9b33e6e122bcd262972637c80d923ee
Author: Karthik Chikmagalur <karthikchikmagalur@gmail.com>
Commit: Karthik Chikmagalur <karthikchikmagalur@gmail.com>
README: Fix formatting errors, mention more packages
* README.org (Packages using gptel, Alternatives, Additional
Configuration): Mention more LLM client alternatives, and
Corsair (package using gptel). Fix formatting errors.
---
README.org | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
index df41bce41b..bde45907f0 100644
--- a/README.org
+++ b/README.org
@@ -1125,7 +1125,6 @@ Other Emacs clients for LLMs prescribe the format of the
interaction (a comint s
2. Integration with org-mode, not using a walled-off org-babel block, but as
regular text. This way the model can generate code blocks that I can run.
#+html: </details>
-
#+html: <details><summary>
** Additional Configuration
:PROPERTIES:
@@ -1191,6 +1190,8 @@ Other Emacs clients for LLMs prescribe the format of the
interaction (a comint s
| =gptel-rewrite-default-action= | Automatically diff, ediff, merge or
replace refactored text |
|---------------------------------+-------------------------------------------------------------|
+#+html: </details>
+
** COMMENT Will you add feature X?
Maybe, I'd like to experiment a bit more first. Features added since the
inception of this package include
@@ -1219,7 +1220,7 @@ Other Emacs clients for LLMs include
- [[https://github.com/xenodium/chatgpt-shell][chatgpt-shell]]: comint-shell
based interaction with ChatGPT. Also supports DALL-E, executable code blocks
in the responses, and more.
- [[https://github.com/rksm/org-ai][org-ai]]: Interaction through special
=#+begin_ai ... #+end_ai= Org-mode blocks. Also supports DALL-E, querying
ChatGPT with the contents of project files, and more.
-There are several more:
[[https://github.com/MichaelBurge/leafy-mode][leafy-mode]],
[[https://github.com/iwahbe/chat.el][chat.el]]
+There are several more:
[[https://github.com/MichaelBurge/leafy-mode][leafy-mode]],
[[https://github.com/iwahbe/chat.el][chat.el]],
[[https://github.com/stuhlmueller/gpt.el][gpt.el]],
[[https://github.com/AnselmC/le-gpt.el][le-gpt]],
[[https://github.com/stevemolitor/robby][robby]].
*** Packages using gptel
@@ -1233,6 +1234,7 @@ gptel is a general-purpose package for chat and ad-hoc
LLM interaction. The fol
- [[https://github.com/douo/magit-gptcommit][magit-gptcommit]]: Generate
Commit Messages within magit-status Buffer using gptel
- [[https://github.com/armindarvish/consult-omni][consult-omni]]: Versatile
multi-source search package. It includes gptel as one of its many sources.
- [[https://github.com/ultronozm/ai-org-chat.el][ai-org-chat]]: Provides
branching conversations in Org buffers using gptel. (Note that gptel includes
this feature as well (see =gptel-org-branching-context=), but requires a recent
version of Org mode (9.67 or later) to be installed.)
+- [[https://github.com/rob137/Corsair][Corsair]]: Helps gather text to
populate LLM prompts for gptel.
** COMMENT Older Breaking Changes
- [nongnu] elpa/gptel updated (a84461245e -> 7cf8e3b19b), ELPA Syncer, 2024/11/30
- [nongnu] elpa/gptel 4ae9c1b24c 06/11: gptel-rewrite: Improve rewrite UI and feature, ELPA Syncer, 2024/11/30
- [nongnu] elpa/gptel c645444de9 09/11: README: Fix formatting errors, mention more packages,
ELPA Syncer <=
- [nongnu] elpa/gptel 04da0a42af 10/11: gptel: Truncate function documentation to newline, ELPA Syncer, 2024/11/30
- [nongnu] elpa/gptel d177822a7f 01/11: README: Add a section about selecting backends explicitly (#467), ELPA Syncer, 2024/11/30
- [nongnu] elpa/gptel ffed97d2e4 05/11: gptel: Adjust persistence for dynamic directives, ELPA Syncer, 2024/11/30
- [nongnu] elpa/gptel 41158decde 08/11: README: Reorder, adjust formatting, ELPA Syncer, 2024/11/30
- [nongnu] elpa/gptel 7cf8e3b19b 11/11: gptel: Fix gptel--parse-directive, ELPA Syncer, 2024/11/30
- [nongnu] elpa/gptel 10752576e4 02/11: gptel: Move system-message to gptel--request-data, ELPA Syncer, 2024/11/30
- [nongnu] elpa/gptel 67903a1ac5 04/11: gptel: Generalize gptel directives, ELPA Syncer, 2024/11/30
- [nongnu] elpa/gptel 0dacb474f8 03/11: gptel: Add generic gptel--parse-list function, ELPA Syncer, 2024/11/30
- [nongnu] elpa/gptel f887dadb49 07/11: gptel-rewrite: Rewrite directive handling changes, ELPA Syncer, 2024/11/30