1
0
Fork 0

Export both prompt and output by default

This commit is contained in:
Bram Schoenmakers 2024-04-14 18:27:47 +02:00
parent 4e2a15a23d
commit 4d9338991c
Signed by: bram
GPG key ID: 0CCD19DFDC63258F

View file

@ -46,6 +46,7 @@
(defvar org-babel-default-header-args:kagi-fastgpt
'((:results . "output")
(:exports . "both")
(:cache . "yes"))
"Default values for the kagi-fastgpt header arguments.")