How to force GLM 4.6 to reason everytime

#26
by jerrydev11 - opened

I know this is an hybrid model but there doesn't seem to be an official guide for this but how do you force GLM 4.6 to actually reason everytime? On the official z.ai website, enabling 'deepthink' makes it think every time, but passing chat_template_kwargs to enable think doesn't make it reason every time. Is there an official way to do this? I don't want it to decide when to reason, but to reason every time.

chat_template_kwargs should theoretically also cause reasoning every time if not set, but it seems to be unable to avoid the rare cases of no reasoning.

Sign up or log in to comment