David-Kunz / gen.nvim

Neovim plugin to generate text using LLMs with customizable prompts
The Unlicense
1.15k stars 87 forks source link

Feature: ability for retry to send prompt #75

Closed JMarkin closed 6 months ago

JMarkin commented 7 months ago

Hello, I think this feature will be useful

David-Kunz commented 6 months ago

Hi @JMarkin ,

Thanks a lot for your suggestion and PR ❤️ ! I've implemented a simpler retry mechanism here: https://github.com/David-Kunz/gen.nvim/commit/ed802f06a691895c8d6c5cf88b70b698a52514ad and https://github.com/David-Kunz/gen.nvim/commit/729e230bf6f95c431bbbb8b6d180b439f6f4f1d6 Best regards, David