David-Kunz / gen.nvim

Neovim plugin to generate text using LLMs with customizable prompts
The Unlicense
977 stars 62 forks source link

Fix issue with reading and updating context when using the Ollama `chat` endpoint #73

Closed abayomi185 closed 4 months ago

abayomi185 commented 4 months ago

This change addresses #72 and is a follow up to the changes made here #68

David-Kunz commented 4 months ago

Thank you a lot for providing the fix, @abayomi185 !

javeoff commented 4 months ago

Hello! How do I can use chatgpt implementation in config? Thank you