minja: deepseek v3.2 template support

This commit is contained in:
hksdpc255 2025-12-03 12:47:42 +11:00 committed by GitHub
parent dfc0246fa9
commit 0e6502eaf9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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, "<parameter name=\"argument_needle\">");
|| contains(out_str, "=\"argument_needle\"");
};
// Note: the arguments are rendered in both cases, but may be double-escaped, which we don't want.