How could I choose a different Ollama model in KOO...
# ai
e
How could I choose a different Ollama model in KOOG? For example "qwen3:14b"
p
As I understand, with version 0.1.0 there’s no easy way to use other models besides the declared ones. But already merged changes into the main branch, and in the next release this will be possible
e
Thanks! I'll check it out! For now, I've overridden the ClientOllama class, and it works fine with the new models.
Hmm...OllamaClient doesn't support tools currently...but it's fixed in the "HEAD", should work in the next release then
true 1