Skip to content

Commit 6485b2d

Browse files
author
xenodium
committed
Updating description
1 parent dcc007c commit 6485b2d

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

chatgpt-shell.el

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;;; chatgpt-shell.el --- A multi-LLM shell (ChatGPT, Claude, Gemini, Kagi, Ollama, Perplexity) + editing integrations -*- lexical-binding: t -*-
1+
;;; chatgpt-shell.el --- A family of utilities to interact with LLMs (ChatGPT, Claude, DeepSeek, Gemini, Kagi, Ollama, Perplexity) -*- lexical-binding: t -*-
22

33
;; Copyright (C) 2023 Alvaro Ramirez
44

@@ -23,14 +23,20 @@
2323

2424
;;; Commentary:
2525

26-
;; `chatgpt-shell' is a comint-based shell for multiple cloud or local
26+
;; `chatgpt-shell' provides utilities to interact with LLMS.
27+
;;
28+
;; At its core, it provides a comint-based shell for multiple cloud or local
2729
;; LLM services (ChatGPT, Claude, Gemini, Kagi, Ollama, Perplexity).
2830
;;
31+
;; M-x `chatgpt-shell-prompt-compose'
32+
;;
33+
;; Compose offers a shell-hybrid interface enabling more efficient
34+
;; LLM interactions.
35+
;;
2936
;; This package also provides integrations like the following (amongst others):
3037
;;
3138
;; M-x `chatgpt-shell-quick-insert'
3239
;; M-x `chatgpt-shell-proofread-region'
33-
;; M-x `chatgpt-shell-prompt-compose'
3440
;; M-x `chatgpt-shell-describe-image'
3541
;; M-x `chatgpt-shell-japanese-lookup'
3642
;;

0 commit comments

Comments
 (0)