Qwen 3.8, thinking levels and pi agent
Hi, can someone explain to me how to properly setup the reasoning effort in pi agent to reflect the levels of the model, I believe that omlx supports it now right ?
I put in models.json this:
"thinkingLevelMap": {
"off": "off",
"low": "low",
"medium": "medium",
"xhigh": "xhigh"
}
but when I launch it in pi I still have off-minimal-low-medium-high-xhigh, and I'm not sure if there is a rela change between the levels. Off works btw.
Should I be doing something with kwargs or use a different template to be sure that the thinking level are correct? For example I've read about the froggric one, I'm a bit confused about it
Thanks