From 9a39cb431fc5ea027b12f2a9f3886f5a57b5b528 Mon Sep 17 00:00:00 2001 From: Luke Oliff Date: Tue, 28 Jan 2025 13:35:00 +0000 Subject: [PATCH] feat: Update App.tsx for default model change --- app/components/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,