Skip to content

fix(deepgram): Whisper 모델 사용 시 keywords 파라미터 미전달#40

Merged
i3months merged 1 commit into
devfrom
fix/deepgram-whisper-keywords
May 31, 2026
Merged

fix(deepgram): Whisper 모델 사용 시 keywords 파라미터 미전달#40
i3months merged 1 commit into
devfrom
fix/deepgram-whisper-keywords

Conversation

@i3months

Copy link
Copy Markdown
Member

Deepgram 의 Whisper-호스팅 모델은 keywords 파라미터를 지원하지 않음 (400 Bad Request, 'When using Whisper, keywords are not available'). model=nova-* 계열에서만 전달.

운영 검증 중 발견 (sessionId=6, messageId=15):
voice.stt.failed code=STT_BAD_REQUEST
-> 'Deepgram 400: ... When using Whisper, keywords are not available'

한국어 정확도는 Whisper-large 자체로 충분하므로 keywords 미사용이 정확도에 미치는 영향 없음. nova-* 로 다운그레이드 시에는 keywords boost 유지.

변경 사항

Deepgram 의 Whisper-호스팅 모델은 keywords 파라미터를 지원하지 않음 (400 Bad Request,
'When using Whisper, keywords are not available'). model=nova-* 계열에서만 전달.

운영 검증 중 발견 (sessionId=6, messageId=15):
  voice.stt.failed code=STT_BAD_REQUEST
  -> 'Deepgram 400: ... When using Whisper, keywords are not available'

한국어 정확도는 Whisper-large 자체로 충분하므로 keywords 미사용이 정확도에 미치는
영향 없음. nova-* 로 다운그레이드 시에는 keywords boost 유지.
@vercel

vercel Bot commented May 31, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
stackup Ready Ready Preview, Comment May 31, 2026 2:11pm

@i3months i3months merged commit 4d7d6a5 into dev May 31, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant