llm icon indicating copy to clipboard operation
llm copied to clipboard

Idea: use new ollama's /api/show for model capabilities

Open s-kostyaev opened this issue 8 months ago • 1 comments

New ollama release 0.6.4 contains new api method /api/show which can be useful to check model capabilities https://github.com/ollama/ollama/releases

s-kostyaev avatar Apr 04 '25 03:04 s-kostyaev

This is interesting, thanks for noting it. One thing I worry about is making a fast call a slow call because it now has to hit an API endpoint. But it may be better than me trying to put all that info into the llm library.

ahyatt avatar Apr 06 '25 14:04 ahyatt