Re: Stop false review statements

Guenter Roeck <[email protected]> Sun, 17 May 2026 10:03:08 -0700
Newsgroups dev.linux.lists.sashiko,dev.linux.lists.sashiko-reviews,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel,org.kernel.vger.workflows
Message-ID <[email protected]>
On 5/17/26 09:39, Mauro Carvalho Chehab wrote:
...
> 
> It is not about the model itself. It is about being able to easily
> install a sashiko locally on a container and easily make it use my
> ollma server with the model(s) of my choice. Right now, at least at
> from its README.md, it sounds that only closed source services
> are supported.
> 

The README file says:

- **Self-contained**: Doesn't depend on 3rd-party tools and can work with
   various LLM providers (Gemini, Claude, and GitHub Copilot CLI are currently
   supported).

Sashiko is open source. No one prevents you from adding support for different
LLM providers. I would suggest to submit patches to have it support whatever
underlying LLM you want to use that isn't currently supported.

Guenter