Commit b2db125
committed
fix: handle misheard filler words in base enhancement prompt
- Add detection for unnatural conjunctions/articles that may be misheard fillers
- Ensures base prompt catches cases where Whisper misrecognizes "um" as "and" etc
- Provides solid foundation for all enhancement presets (Email, Prompts, Commit)
This addresses acoustic confusion where filler sounds are mistranscribed as
real words at the neural network level before normalization can catch them.1 parent 78ddf84 commit b2db125
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
| |||
0 commit comments