Replies: 4 comments 1 reply
-
Note: A workaround is to define a macro that does: |
Beta Was this translation helpful? Give feedback.
-
Perhaps a bug: When I try to have the response sent to a buffer, I'll report that as an issue. |
Beta Was this translation helpful? Give feedback.
-
Seems like a case or RTFM according to this: I'll test it out and update here once I've verified it works. Update: The link above doesn't seem to work, look for a FAQ entry with the heading: Update 2: it works |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a buffer that contains a table of data and I'd like to query an LLM about separate regions (lines) of the data.
I'd like the results show up elsewhere, e.g. in another buffer or the echo area.
Concrete example: The buffer is a table of books I'm interested in, listing title and author. I want the LLM to tell me a little about the selected the book, to decide if i want to read it.
I have managed to use gptel-menu to set an appropriate system message, with scope = buffer.
This system message persists between using gptel-send, so that works fine.
However, I can't figure out how to persist the setting for 'Response to'.
It seems to reset after each gptel-send :-(
Is this a bug, or me not understanding how to properly use the transient-menu?
Beta Was this translation helpful? Give feedback.
All reactions