This model doesn't support tool calling? Is there a way to enable it somehow?

#2
by Blizwing - opened

I am trying to experiment with tool calling and I found this model, But it gives me the following error.

{"error":"registry.ollama.ai/library/heretic-thinking:latest does not support tools"}

Is tool calling nuked for this model?

Tool calling works with llama.cpp. This model is terrible at it but still works so the problem is probably your Ollama template. It scored 20% in my basic MCP tool calling test https://gist.github.com/kth8/650eb3fda981b00ac46ecd52f387a308

Owner

May need a diff jinja template; with tool calling protocol(s) in it.

Sign up or log in to comment