branch: elpa/gptel commit 43011651b1a9914ba4e470851d6273a3dd8519ea Author: Geoff Pado <geoffp...@gmail.com> Commit: GitHub <nore...@github.com>
README: Fix pairing of details tags (#780) --- README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index a1070ee5ba..a9946ca611 100644 --- a/README.org +++ b/README.org @@ -897,7 +897,6 @@ The above code makes the backend available to select. If you want it to be the #+html: </details> -#+html: </details> #+html: <details><summary> **** Github CopilotChat #+html: </summary> @@ -919,6 +918,8 @@ The above code makes the backend available to select. If you want it to be the gptel-backend (gptel-make-gh-copilot "Copilot")) #+end_src +#+html: </details> + ** Usage gptel provides a few powerful, general purpose and flexible commands. You can dynamically tweak their behavior to the needs of your task with /directives/, redirection options and more. There is a [[https://www.youtube.com/watch?v=bsRnh_brggM][video demo]] showing various uses of gptel -- but =gptel-send= might be all you need.