haystack/releasenotes/notes/hflocalgenerator-generation-kwargs-in-run-2bde10d398a3712a.yaml
Stefano Fiorucci 8511b8cd79
feat: HuggingFaceLocalGenerator- allow passing generation_kwargs in run method (#6220)
* allow custom generation_kwargs in run

* reno

* make pylint ignore too-many-public-methods
2023-11-02 15:29:38 +01:00

6 lines
158 B
YAML

---
preview:
- |
Allow passing `generation_kwargs` in the `run` method of the `HuggingFaceLocalGenerator`.
This makes this common operation faster.