We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d88315 commit 606ea13Copy full SHA for 606ea13
common/chat.cpp
@@ -1318,7 +1318,7 @@ static common_chat_params common_chat_params_init_gpt_oss(const common_chat_temp
1318
}
1319
static void common_chat_parse_gpt_oss(common_chat_msg_parser & builder) {
1320
// TODO @ngxson : this won't work with --special enabled, we should fix that
1321
- builder.try_parse_reasoning("<|channel|>analysis<|message|>", "<|start|>assistant<|channel|>final<|message|>");
+ builder.try_parse_reasoning("<|message|>", "<|start|>assistant<|channel|>final<|message|>");
1322
if (!builder.syntax().parse_tool_calls) {
1323
builder.add_content(builder.consume_rest());
1324
return;
0 commit comments