From 8238059922e1d5c3513f6f688eab47cd9ff4869b Mon Sep 17 00:00:00 2001 From: Prakash Joshi Pax <101010368+Beingpax@users.noreply.github.com> Date: Wed, 14 May 2025 12:57:51 +0545 Subject: [PATCH] Update PromptCustomizationView.swift --- VoiceInk/Views/PromptCustomizationView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VoiceInk/Views/PromptCustomizationView.swift b/VoiceInk/Views/PromptCustomizationView.swift index c854a29..c56548d 100644 --- a/VoiceInk/Views/PromptCustomizationView.swift +++ b/VoiceInk/Views/PromptCustomizationView.swift @@ -14,7 +14,7 @@ struct PromptCustomizationView: View { InfoTip( title: "Output Format Guide", - message: "Unlike GPT, Whisper follows the style of your prompt rather than instructions. Use examples of your desired output format instead of commands.", + message: "Unlike GPT, Voice Models(whisper) follows the style of your prompt rather than instructions. Use examples of your desired output format instead of commands.", learnMoreURL: "https://cookbook.openai.com/examples/whisper_prompting_guide#comparison-with-gpt-prompting" ) @@ -72,4 +72,4 @@ struct PromptCustomizationView: View { } } } -} \ No newline at end of file +}