Unverified Commit 0606bea2 authored by bigmoyan's avatar bigmoyan Committed by GitHub
Browse files

add kimi reasoning parser (#28128)


Signed-off-by: default avatarwangzhengtao <wangzhengtao@msh.team>
Co-authored-by: default avatarwangzhengtao <wangzhengtao@msh.team>
parent 6e97eccf
......@@ -48,6 +48,10 @@ _REASONING_PARSERS_TO_REGISTER = {
"hunyuan_a13b_reasoning_parser",
"HunyuanA13BReasoningParser",
),
"kimi_k2": (
"deepseek_r1_reasoning_parser",
"DeepSeekR1ReasoningParser",
),
"minimax_m2": (
"minimax_m2_reasoning_parser",
"MiniMaxM2ReasoningParser",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment