vasilecampeanu / obsidian-weaver

Weaver is an Obsidian plugin that integrates a ChatGPT-like interface into your note-taking workflow. This plugin makes it easy to access AI-generated suggestions and insights within Obsidian, helping you improve your writing and brainstorming process.
MIT License
202 stars 8 forks source link

Load texts being generated as they are generated #19

Closed eduongAZ closed 1 month ago

eduongAZ commented 1 year ago

It would be great if obsidian displays the text being generated in real time while GPT is generating the text. This allows me to read the message as it is being generated and helps me decide whether I should stop GPT from generating more text.

Currently, the respond box is only loaded after the entire response message is completed. As a user, I feel a little uncomfortable waiting for the message to be completed. I would like to read it while it is being generated.

vasilecampeanu commented 1 year ago

Thanks for the feedback, I am going to look into supporting this in a future update.