diff --git a/app/components/App.tsx b/app/components/App.tsx index aa71a272..64110a4e 100644 --- a/app/components/App.tsx +++ b/app/components/App.tsx @@ -32,7 +32,7 @@ const App: () => JSX.Element = () => { useEffect(() => { if (microphoneState === MicrophoneState.Ready) { connectToDeepgram({ - model: "nova-2", + model: "nova-3", interim_results: true, smart_format: true, filler_words: true,