From 0e6502eaf980b1aba1b01fe663bb08ba4b8cc905 Mon Sep 17 00:00:00 2001 From: hksdpc255 <43977088+hksdpc255@users.noreply.github.com> Date: Wed, 3 Dec 2025 12:47:42 +1100 Subject: [PATCH] minja: deepseek v3.2 template support --- vendor/minja/chat-template.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/minja/chat-template.hpp b/vendor/minja/chat-template.hpp index f080aa92f1..1d32d267b0 100644 --- a/vendor/minja/chat-template.hpp +++ b/vendor/minja/chat-template.hpp @@ -197,7 +197,7 @@ class chat_template { || contains(out_str, "\"argument_needle\":") || contains(out_str, "'argument_needle':") || contains(out_str, ">argument_needle<") - || contains(out_str, ""); + || contains(out_str, "=\"argument_needle\""); }; // Note: the arguments are rendered in both cases, but may be double-escaped, which we don't want.