nomnivore / ollama.nvim

A plugin for managing and integrating your ollama workflows in neovim.
MIT License
311 stars 22 forks source link

Streaming response #27

Closed traverseda closed 3 months ago

traverseda commented 3 months ago

It would be nice if there was a way to stream responses, instead of waiting for the entire response to return at once.

traverseda commented 3 months ago

Reading through the documentation it's clear that this exists, maybe it makes sense to make it the default?

nomnivore commented 3 months ago

All of the built-in display_ actions stream the response in. You can configure your prompts to point to any of these actions according to your needs, including the default prompts.