From e38a9e1c81ba7d384e5a9d42b2462689aa2be4e7 Mon Sep 17 00:00:00 2001 From: Bram Schoenmakers Date: Mon, 15 Apr 2024 22:10:11 +0200 Subject: [PATCH] README update --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index a430c3a..c8518fc 100644 --- a/README.org +++ b/README.org @@ -163,7 +163,7 @@ Note the =%%s= notation, =format= turns it into =%s= which becomes the prompt pl ** Org Babel support -=kagi-fastgpt-prompt= can also be used from Org mode with source blocks. Make sure to initialize the package. +=kagi-fastgpt-prompt= can also be used from Org mode with source blocks. Make sure to initialize the package as described below. With =use-package=: @@ -191,7 +191,7 @@ Then create a source block with 'language' =kagi-fastgpt=: #+end_src -Then, press =C-c C-c= (=org-babel-execute-src-block=) to obtain the result below the prompt. +Press =C-c C-c= (=org-babel-execute-src-block=) inside this block to obtain the result below the prompt. By default, the responses are cached in your document; the same prompt text won't trigger a second API request. Use the header argument =:cache no= to refresh the response for each block execution. ** Embark integration