s-kostyaev / ellama

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

Make summarize webpage support shr urls at point #116

Closed torgeir closed 1 month ago

torgeir commented 1 month ago

This allows for summarizing webpages at point also in modes like Eww and Elfeed, without visiting them first, before falling back to prompting for a URL like before.

s-kostyaev commented 1 month ago

@torgeir Thank you!