briansunter / logseq-plugin-gpt3-openai

A plugin for GPT-3 AI assisted note taking in Logseq
https://twitter.com/bsunter
MIT License
700 stars 65 forks source link

Feature request: sub-blocks as question and response, mimic a chat interface #131

Open thams opened 6 months ago

thams commented 6 months ago

(Maybe this is already possible)

It would be useful if one could use something like the way CMD-J works but have each of the previous sub-blocks get sent to the API as context, so that you could be using Logseq as your chat interface, and this keeping all history of requests and responses in Logseq.

Currently I'm solving this by selecting the multiple blocks, doing CMD-G, selecting "Continue," and then selecting "Insert'.

thams commented 6 months ago

(and @briansunter if you aren't interested or able to do this, maybe you'd want to hint at how it should be done and I might take a crack at it)