s-kostyaev / ellama

Ellama is a tool for interacting with large language models from Emacs.
GNU General Public License v3.0
492 stars 30 forks source link

Add spinner support as mode-line progress indicator #4

Closed stardiviner closed 11 months ago

stardiviner commented 11 months ago

Reason: The Ollama response text usually long, user will not always focus on the slowly inserted response text. So adding a mode-line indicator with spinner is helpful for user to know is ellama generating status finished.

s-kostyaev commented 11 months ago

Thank you!