Skip to content

Commit 01684bf

Browse files
committed
Mention Groq whisper-large-v3 model
1 parent 34952b7 commit 01684bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/data/projects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const projects = [
1414
'I built EchoType because I was looking for a faster and more intuitive way to write prompts for AI agents like Codex or Claude Code, especially longer prompts that are tedious to type.',
1515
'While experimenting, I realized something obvious: speaking is the most natural way to get ideas out of your head quickly. When you talk, thoughts flow without friction, whereas typing often slows you down or interrupts your thinking.',
1616
'That insight led to EchoType. Instead of typing, you simply speak, and EchoType turns your voice into clean, usable text that you can immediately paste into an AI agent as a prompt.',
17-
"To make this experience feel instant, I use Groq's Whisper transcription, which runs on specialized infrastructure optimized for ultra-fast speech-to-text.",
17+
"To make this experience feel instant, I use Groq Whisper transcription via the Groq API (model: whisper-large-v3), which runs on specialized infrastructure optimized for ultra-fast speech-to-text.",
1818
],
1919
},
2020
];

0 commit comments

Comments
 (0)