gptel: Tweak README, minor linting

This commit is contained in:
Karthik Chikmagalur 2023-03-08 01:00:06 -08:00
parent 03113afd50
commit 3c10147a72
2 changed files with 2 additions and 2 deletions

View file

@ -60,7 +60,7 @@ Also, AI-assisted work is a new way to use Emacs. It's not yet clear what the b
- A refactoring tool in code buffers?
- An =org-babel= interface?
Maybe all of these, I don't know yet. As a start, I wanted to replicate the web browser usage pattern so I can build from there -- and don't need to switch to the browser every time. The code is very minimal right now at ~150 lines.
Maybe all of these, I don't know yet. As a start, I wanted to replicate the web browser usage pattern so I can build from there -- and don't need to switch to the browser every time. The code is fairly simple right now.
** Will you add feature X?

View file

@ -1,4 +1,4 @@
;;; gptel.el --- A simple ChatGPT client for Emacs -*- lexical-binding: t; -*-
;;; gptel.el --- A simple ChatGPT client -*- lexical-binding: t; -*-
;; Copyright (C) 2023 Karthik Chikmagalur