Fix: Update VAD info tip in ModelSettingsView

This commit is contained in:
Beingpax 2025-09-06 08:58:37 +05:45
parent 5eacee467a
commit 33c07f2a2d

View File

@ -99,7 +99,7 @@ struct ModelSettingsView: View {
InfoTip(
title: "Voice Activity Detection",
message: "Detects speech segments and filters out silence to reduce hallucinations in local Whisper models."
message: "Detect speech segments and filter out silence to improve accuracy of local models."
)
}