README: tweak description of package

This commit is contained in:
Karthik Chikmagalur 2023-05-31 18:35:08 -07:00
parent 37c381c2e5
commit 42132d3662

View file

@ -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 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]]. - Requires an [[https://platform.openai.com/account/api-keys][OpenAI API key]].
- Async and fast (streams responses). - It's async and fast, streams responses.
- Interact with ChatGPT from any buffer in Emacs. - Interact with ChatGPT from anywhere in Emacs (any buffer, shell, minibuffer, wherever)
- ChatGPT's responses are in Markdown or Org markup (configurable). - ChatGPT's responses are in Markdown or Org markup.
- Supports conversations (not just one-off queries) and multiple independent sessions. - 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. - 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 ** Installation