Recently I have been playing around with ollama and some of the models. With OpenwebUI+ollama you can have a free software self hosted LLM for personal or professional use.

However, when I was browsing some of the models I couldn’t help but notice that some of the licenses were contrary to free software. The free software models seem to be mostly licensed under Apache but models like Google Gemmi are under a custom license that restricts what you can do among other things. This seems like the opposite of free software and free software ideas.

What I think needs to happen is that we need to come up with some free LLM licensing for the community. This would also allow companies to publish free models with some certainty about the legality.

The other question is what actually counts as “source code” for a LLM. For copy left licensing the idea is that anyone can edit and distribute the sources but for a language model the source is not really clear.

What do you guys think? Let’s get a discussion going as like it or not, LLMs are here to stay.