Skip to content

fix(stt): pass language to groq transcription - #938

Open
hashbender wants to merge 1 commit into
mainfrom
mirror/pr-57173
Open

fix(stt): pass language to groq transcription#938
hashbender wants to merge 1 commit into
mainfrom
mirror/pr-57173

Conversation

@hashbender

Copy link
Copy Markdown
Owner

Summary

  • pass language to Groq Whisper transcription requests when configured
  • prefer stt.groq.language, falling back to stt.local.language and the existing local STT language env
  • add regression coverage for Groq-specific language and local fallback behavior

Fixes NousResearch#55551

Tests

  • .venv/bin/python -m pytest tests/tools/test_transcription_tools.py -q -k "TranscribeGroq or groq_language"
  • .venv/bin/python -m ruff check tools/transcription_tools.py tests/tools/test_transcription_tools.py
  • .venv/bin/python -m pytest tests/tools/test_transcription_tools.py -q
  • scripts/run_tests.sh tests/tools/test_transcription_tools.py -q

Mirror-of: NousResearch#57173
NousResearch#57173

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.

[Bug]: Groq STT missing language parameter — poor non-English transcription

1 participant