You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.org
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,6 +140,7 @@ gptel uses Curl if available, but falls back to the built-in url-retrieve to wor
140
140
- [[#i-want-to-change-the-formatting-of-the-prompt-and-llm-response][I want to change the formatting of the prompt and LLM response]]
141
141
- [[#how-does-gptel-distinguish-between-user-prompts-and-llm-responses][How does gptel distinguish between user prompts and LLM responses?]]
142
142
- [[#transient-menu-behavior][Transient menu behavior]]
143
+
- [[#i-want-to-set-gptel-options-but-only-for-this-buffer][I want to set gptel options, but only for this buffer]]
143
144
- [[#i-want-the-transient-menu-options-to-be-saved-so-i-only-need-to-set-them-once][I want the transient menu options to be saved so I only need to set them once]]
144
145
- [[#using-the-transient-menu-leaves-behind-extra-windows][Using the transient menu leaves behind extra windows]]
145
146
- [[#can-i-change-the-transient-menu-key-bindings][Can I change the transient menu key bindings?]]
@@ -1335,6 +1336,21 @@ gptel does /not/ use any prefix or semantic/syntax element in the buffer (such a
1335
1336
#+html: </details>
1336
1337
*** Transient menu behavior
1337
1338
#+html: <details><summary>
1339
+
**** I want to set gptel options, but only for this buffer
1340
+
#+html: </summary>
1341
+
1342
+
In every menu used to set options, gptel provides a "scope" option, bound to the ~=~ key:
You can flip this switch before setting the option to =buffer= or =oneshot=. You only need to flip this switch once, it's a persistent setting. =buffer= sets the option buffer-locally, =oneshot= will set it for the next gptel request only. The default scope is global.
1351
+
1352
+
#+html: </details>
1353
+
#+html: <details><summary>
1338
1354
**** I want the transient menu options to be saved so I only need to set them once
0 commit comments