Disable gptel-org-branching-context
This commit is contained in:
parent
2b2326a65c
commit
31b758d884
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue