diff --git a/changelog/4393.fixed.md b/changelog/4393.fixed.md new file mode 100644 index 000000000..340158e42 --- /dev/null +++ b/changelog/4393.fixed.md @@ -0,0 +1 @@ +- 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.