Merge pull request #4137 from pipecat-ai/mb/language-string-log-level-debug

Downgrade unrecognized language string log from warning to debug
This commit is contained in:
Mark Backman
2026-03-25 12:26:46 -04:00
committed by GitHub
4 changed files with 17 additions and 16 deletions

View File

@@ -0,0 +1 @@
- Unrecognized language strings (e.g. Deepgram's `"multi"`) no longer produce a warning at startup. The log message has been downgraded to debug level since these are valid service-specific values that are passed through correctly.