Disable gptel-org-branching-context

This commit is contained in:
Andrea Ciceri 2024-12-10 10:23:56 +01:00
parent 2b2326a65c
commit 31b758d884
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -882,7 +882,7 @@ This is meant to be an helper to be called from the window manager."
(gptel-api-key (lambda () (require 'f) (f-read-text (getenv "OPENAI_API_KEY_PATH")))) (gptel-api-key (lambda () (require 'f) (f-read-text (getenv "OPENAI_API_KEY_PATH"))))
(gptel-model 'gpt-4o) (gptel-model 'gpt-4o)
(gptel-default-mode 'org-mode) (gptel-default-mode 'org-mode)
(gptel-org-branching-context 't) (gptel-org-branching-context nil) ;; this is cool but I don't feel comfortable with it
:config :config
(require 'gptel-curl) (require 'gptel-curl)