mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-09 05:37:25 +00:00
* Update HuggingFaceLocalChatGenerator default model to Qwen/Qwen3-0.6B * Add enable_thinking init parameter * Pydoc wording * Format test * Add tests for enable_thinking flag * Add reno note for HuggingFaceLocalChatGenerator updates * Update haystack/components/generators/chat/hugging_face_local.py Co-authored-by: Stefano Fiorucci <stefanofiorucci@gmail.com> * Update release notes for HuggingFaceLocalChatGenerator Updated the release notes to reflect changes in the HuggingFaceLocalChatGenerator, including the new default model and the addition of the enable_thinking parameter. * Simplify test_live_run with/out enable_thinking flag * Test shuffle --------- Co-authored-by: Stefano Fiorucci <stefanofiorucci@gmail.com>