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

Show a selected chat model name in an Ellama buffer #44

Closed xorphitus closed 6 months ago

xorphitus commented 6 months ago

This is for convenience in cases where a user switches between multiple providers. The format is an HTML comment, to avoid disturbing the markdown text semantics.

s-kostyaev commented 6 months ago

Hi @xorphitus Thank you for this PR. But I have plans to add sessions support. And model will stay the same during session. I see that we need something to indicate current model. I will think how to do it.

xorphitus commented 6 months ago

@s-kostyaev Thank you for checking my PR. I got your feedback and I'm looking forward to the session support.