update fmt

This commit is contained in:
jhqxxx
2026-04-08 19:21:20 +08:00
parent 34cd60d9ce
commit 527fd359f8
+2 -2
View File
@@ -244,8 +244,8 @@ impl GenerateModel for VoxCPMGenerate {
let mut target_text = extract_user_text(&mes)?;
if let Some(instruction) = control_instruction
&& self.model_name.contains("2")
// && prompt_text.is_none()
// && prompt_wav_path.is_none()
// && prompt_text.is_none()
// && prompt_wav_path.is_none()
{
target_text = format!("({instruction}){target_text}");
}