aduros / ai.vim

Generate and edit text in Neovim using OpenAI and GPT.
ISC License
293 stars 24 forks source link

Allow received text to be updated in the event of timeout #27

Open chunleng opened 1 year ago

chunleng commented 1 year ago

We currently have virtual text to show the response of ChatGPT in realtime and in the event of timeout, these received text are disposed of. It might be useful to retain, in the case where user don't have time to wait indefinitely for the entire response.

aduros commented 1 year ago

I would happily accept a PR for this 🙂