update voxcpm instuction

This commit is contained in:
jhqxxx
2026-04-08 19:18:44 +08:00
parent adf31dc16f
commit 34cd60d9ce
2 changed files with 4 additions and 4 deletions
+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}");
}