From 42132d366217a8b72301bf7ee4c3f44509f4d229 Mon Sep 17 00:00:00 2001 From: Karthik Chikmagalur Date: Wed, 31 May 2023 18:35:08 -0700 Subject: [PATCH] README: tweak description of package --- README.org | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.org b/README.org index 9b9da94..0fbdd9b 100644 --- a/README.org +++ b/README.org @@ -9,13 +9,13 @@ https://user-images.githubusercontent.com/8607532/230516812-86510a09-a2fb-4cbd-b https://user-images.githubusercontent.com/8607532/230516816-ae4a613a-4d01-4073-ad3f-b66fa73c6e45.mp4 - Requires an [[https://platform.openai.com/account/api-keys][OpenAI API key]]. -- Async and fast (streams responses). -- Interact with ChatGPT from any buffer in Emacs. -- ChatGPT's responses are in Markdown or Org markup (configurable). -- Supports conversations (not just one-off queries) and multiple independent sessions. +- It's async and fast, streams responses. +- Interact with ChatGPT from anywhere in Emacs (any buffer, shell, minibuffer, wherever) +- ChatGPT's responses are in Markdown or Org markup. +- Supports conversations and multiple independent sessions. - You can go back and edit your previous prompts, or even ChatGPT's previous responses when continuing a conversation. These will be fed back to ChatGPT. -GPTel uses Curl if available, but falls back to url-retrieve to work without external dependencies. +GPTel uses Curl if available, but falls back to =url-retrieve= to work without external dependencies. ** Installation