karthink / gptel

A simple LLM client for Emacs
GNU General Public License v3.0
1.06k stars 116 forks source link

[Feature request] dedicated chat buffer send by header #102

Closed nehrbash closed 11 months ago

nehrbash commented 11 months ago

Problem

Starting multiple conversations in a dedicated chat buffer requires opening a new conversation buffer or deleting the old conversation.

Request

If instead of send by buffer there was an option to send by first level org header you could have multiple conversation in the same buffer and it would feel a little more natural starting a new conversation.

when I get some time I will attempt to mock up a gptel-request to do this. org-mark-subtree and outline-up-heading should make this fairly easy.

karthink commented 11 months ago

M-x gptel-set-topic (Org-mode only)

On Thu, Aug 17, 2023, 10:12 AM nehrbash @.***> wrote:

Problem

Starting multiple conversations in a dedicated chat buffer requires opening a new conversation buffer or deleting the old conversation. Request

If instead of send by buffer there was an option to send by first level org header you could have multiple conversation in the same buffer and it would feel a little more natural starting a new conversation.

when I get some time I will attempt to mock up a gptel-request to do this. org-mark-subtree and outline-up-heading should make this fairly easy.

— Reply to this email directly, view it on GitHub https://github.com/karthink/gptel/issues/102, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACBVOLDRJ2BFDNODGMCPHNLXVZGGNANCNFSM6AAAAAA3UMEKSE . You are receiving this because you are subscribed to this thread.Message ID: @.***>

nehrbash commented 11 months ago

idk how I missed that, thank you!

karthink commented 11 months ago

idk how I missed that, thank you!

You missed it because it's not documented :)