GLM-4.5 Model Support Follow-up (#8445)

This commit is contained in:
Binyao Jiang
2025-07-27 23:35:20 -07:00
committed by GitHub
parent 484d0e021d
commit 581e7dcb92
6 changed files with 44 additions and 15 deletions

View File

@@ -148,4 +148,5 @@ class Qwen3CoderDetector(BaseFormatDetector):
function_format="xml",
call_rule_fmt='"<function={name}>\\n" {arguments_rule} "\\n</function>"',
key_value_rule_fmt='"<parameter={key}>\\n" {valrule} "\\n</parameter>"',
key_value_separator="\\n",
)