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

More meaningful buffer names #33

Closed tvraman closed 9 months ago

tvraman commented 9 months ago

Commands like the ellama summarizer, ellama-ask-about etc., produce cryptic/random buffer names; could we derive them from the initial query?

s-kostyaev commented 9 months ago

We could do something like that. But some queries may be very long. I don't like to increase response latency with summarization. Maybe simple trimming is good enough.