s-kostyaev / ellama

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

Provide a way to specify a mode for "non-instant" questions. #58

Closed Stebalien closed 5 months ago

Stebalien commented 5 months ago

Unfortunately, while the old mode option worked everywhere, ellama-instant-mode only applies to "instant" questions. ellama-chat relies entirely on the extension.

Alternatively, maybe consider providing a hook? Basically, I'd like to use markdown-view-mode instead of markdown-mode, but there's no longer a way to do that.

s-kostyaev commented 5 months ago

I have a plan to do it 🙂

s-kostyaev commented 5 months ago

Fixed in 0.7.3

Stebalien commented 5 months ago

Thank you!