Skip to content

Commit f95087f

Browse files
committed
feat: ✨ set small English model as recommended for improved language support
1 parent f3dae0b commit f95087f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-tauri/src/whisper/manager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ impl WhisperManager {
169169
downloaded: false,
170170
speed_score: 7, // Fast for English-only
171171
accuracy_score: 6, // Good accuracy for English
172-
recommended: false,
172+
recommended: true,
173173
},
174174
);
175175

0 commit comments

Comments
 (0)