How could I choose a different Ollama model in KOOG? For example "qwen3:14b"
p
Pavel Gorgulov
05/26/2025, 7:10 AM
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
El Anthony
05/26/2025, 2:17 PM
Thanks! I'll check it out! For now, I've overridden the ClientOllama class, and it works fine with the new models.
El Anthony
05/26/2025, 6:46 PM
Hmm...OllamaClient doesn't support tools currently...but it's fixed in the "HEAD", should work in the next release then