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 +}