mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-02 18:06:35 +00:00
* Fix default value for huggingface_pipeline_kwargs * Add reno note * Update HuggingFaceLocalGenerator.from_dict to use the same logic as HuggingFaceLocalChatGenerator.from_dict * Update tests slightly * Update release note
5 lines
171 B
YAML
5 lines
171 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fix `TransformersZeroShotTextRouter` and `TransformersTextRouter` `from_dict` methods to work when `init_parameters` only contain required variables.
|