From 9bf166ae2ad47faac2f37116118a07d9b7568fd1 Mon Sep 17 00:00:00 2001 From: Beingpax Date: Sat, 2 Aug 2025 18:35:41 +0545 Subject: [PATCH] Add Whisper models note to dictionary --- VoiceInk/Views/Dictionary/DictionaryView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VoiceInk/Views/Dictionary/DictionaryView.swift b/VoiceInk/Views/Dictionary/DictionaryView.swift index eed5c3e..1fe68b3 100644 --- a/VoiceInk/Views/Dictionary/DictionaryView.swift +++ b/VoiceInk/Views/Dictionary/DictionaryView.swift @@ -91,7 +91,7 @@ struct DictionaryView: View { // Information Section GroupBox { Label { - Text("Add words to help VoiceInk recognize them properly(154 chars max, ~25 words). Works independently of AI enhancement.") + Text("Add words to help VoiceInk recognize them properly (154 chars max, ~25 words). This only works with Whisper models and is independent of AI enhancement.") .font(.system(size: 12)) .foregroundColor(.secondary) .fixedSize(horizontal: false, vertical: true)