fix: remove /think trigger from prompt, use plain assistant prefix
This commit is contained in:
@@ -89,8 +89,8 @@ pub fn build_prompt(messages: &[ChatMessage], tools: &Option<Vec<ToolDef>>) -> S
|
||||
}
|
||||
}
|
||||
|
||||
// Generation prompt: thinking mode (MiniCPM5 native)
|
||||
prompt.push_str("<|im_start|>assistant\n/think\n\n");
|
||||
// Generation prompt
|
||||
prompt.push_str("<|im_start|>assistant\n");
|
||||
prompt
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user