From 8ea963852d5ca1e66efc005220e479e1e40486b2 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Thu, 30 Apr 2026 14:16:46 -0400 Subject: [PATCH] Add changelog for #4393 --- changelog/4393.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/4393.fixed.md 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.