Skip to content

Commit b4b692f

Browse files
authored
Update voice_stt_mode.py
update model - advice from groq
1 parent 5f4a240 commit b4b692f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

voice_stt_mode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ async def process_audio_and_llm(audio):
423423
try:
424424
# Get transcription from Groq
425425
transcription = groq_client.audio.transcriptions.create(
426-
model="distil-whisper-large-v3-en",
426+
model="whisper-large-v3-turbo",
427427
file=("audio.wav", buffer),
428428
response_format="text",
429429
)

0 commit comments

Comments
 (0)