Commit 97dfc05
authored
Change default Groq model to whisper-large-v3 (#9)
Both models share identical free tier limits (20 RPM, 2K RPD, 8hrs audio/day),
so there is no reason to default to the faster but less accurate turbo variant.
whisper-large-v3 provides better accuracy with negligible latency difference
for short dictation clips.1 parent a9543b3 commit 97dfc05
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments