fix: remove hardcoded lm model

This commit is contained in:
Xiaohan-Tian
2026-04-18 16:28:29 -07:00
parent 8308cdf79a
commit f0a2f06295
+1 -1
View File
@@ -592,7 +592,7 @@ const FullSongTab: React.FC = () => {
seed, seed,
thinking, thinking,
// Hardcoded — not exposed in UI // Hardcoded — not exposed in UI
lm_model_path: "acestep-5Hz-lm-0.6B", // lm_model_path: "acestep-5Hz-lm-0.6B",
batch_size: 1, batch_size: 1,
audio_format: 'mp3', audio_format: 'mp3',
}; };