Skip to content

Commit

Permalink
chore: use whisper-large by default in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Aug 27, 2024
1 parent 79e58ba commit abf90a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export function useSettings() {
savedDevMode = savedDevMode === true;
const savedAudioTranscriptionEngine =
((await store!.get("audioTranscriptionEngine")) as string) ||
"whisper-tiny";
"whisper-large";
const savedOcrEngine =
((await store!.get("ocrEngine")) as string) || ocrModel;
const savedMonitorId =
Expand Down

0 comments on commit abf90a4

Please sign in to comment.