Set the default prompt for other languages as empty

This commit is contained in:
Prakash Joshi Pax 2025-03-27 21:31:55 +05:45 committed by GitHub
parent e24212518d
commit 62cf41a44d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,7 +50,7 @@ class WhisperPrompt: ObservableObject {
"ur": "السلام علیکم، کیسے ہیں آپ؟ آپ سے مل کر خوشی ہوئی۔",
// Default prompt for unsupported languages
"default": "Hello, how are you? Nice to meet you."
"default": ""
]
init() {