You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-08-10 22:11:50 +02:00
Android: Default to a larger voice typing model (#12352)
This commit is contained in:
@@ -201,11 +201,8 @@ const whisper: VoiceTypingProvider = {
|
|||||||
urlTemplate = 'https://github.com/joplin/voice-typing-models/releases/download/v0.2.0/{task}.zip';
|
urlTemplate = 'https://github.com/joplin/voice-typing-models/releases/download/v0.2.0/{task}.zip';
|
||||||
}
|
}
|
||||||
|
|
||||||
// Note: whisper-base-q8_0.fr is also available and may have better performance on French-language
|
|
||||||
// input.
|
|
||||||
// TODO: Auto-select the model?
|
|
||||||
return urlTemplate
|
return urlTemplate
|
||||||
.replace(/\{task\}/g, 'whisper-base-q8_0')
|
.replace(/\{task\}/g, 'whisper-small-q8_0')
|
||||||
.replace(/\{lang\}/g, lang);
|
.replace(/\{lang\}/g, lang);
|
||||||
},
|
},
|
||||||
deleteCachedModels: async (locale) => {
|
deleteCachedModels: async (locale) => {
|
||||||
|
Reference in New Issue
Block a user