Update PromptCustomizationView.swift

This commit is contained in:
Prakash Joshi Pax 2025-05-14 12:57:51 +05:45 committed by GitHub
parent eba1296dfd
commit 8238059922
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {
}
}
}
}
}