Files
pipecat/changelog/4393.fixed.md
2026-04-30 14:16:46 -04:00

2 lines
337 B
Markdown

- Fixed an issue where `LocalSmartTurnAnalyzerV3` was imported unconditionally for user turn stop strategies. It is now only imported when `default_user_turn_stop_strategies()` is called. This improves startup time and removes the `transformers` "PyTorch/TensorFlow/Flax not found" warning when the default stop strategies are not used.