Merged Qwen Multimodal Chat Template from allanchan339 and froggeric A merged Qwen multimodal chat template has been released, combining fixes from allanchan339 and froggeric to address multiple issues with Qwen model chat formatting. The template adds support for a developer role, `<|think_on|>`/`<|think_off|>` toggles, and hidden historical reasoning by default, along with JSON parsing for string-form tool arguments and non-ASCII escaping in tool/args JSON. Additional improvements include recognition of both `` and `` tags, auto-closing `` before ``, and compact tool signatures with historical-reasoning gating. | { ========================= | | | Merged Qwen Multimodal Chat Template from | | | - https://github.com/allanchan339/vLLM-Qwen3-3.5-3.6-chat-template-fix | | | - https://huggingface.co/froggeric/Qwen-Fixed-Chat-Templates | | | Features: | | | - developer role supported from froggeric | | | - <|think on| / <|think off| toggles from froggeric | | | - Historical reasoning HIDDEN by default from allanchan339 | | | - String-form tool arguments parsed as JSON from allanchan339 | | | - Non-ASCII escaped in tools/args JSON from froggeric | | | -