lms icon indicating copy to clipboard operation
lms copied to clipboard

FEAT: Show usage with `lms chat`

Open arty-hlr opened this issue 7 months ago • 3 comments

Running lms chat --verbose should return usage info at least like in the GUI, like the stats shown when hovering over ?:

Image

Example from ollama run MODEL --verbose:

Image

arty-hlr avatar May 21 '25 16:05 arty-hlr

Would make a good candidate for a first contribution to the repo, which we would very welcome

yagil avatar May 28 '25 19:05 yagil

I am really not familiar with javascript/typescript but I can have a look, the chat source file isn't that big. Probably depends on whether the lmstudio SDK supports returning those informations, I'll check.

arty-hlr avatar May 28 '25 23:05 arty-hlr

Should be solved by: https://github.com/lmstudio-ai/lms/pull/250

YorkieDev avatar Jun 20 '25 15:06 YorkieDev