mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-01 01:27:28 +00:00
* add generation_kwargs * add documentation * enable max_new_tokens customization * add code formatting * add unit test * fix formatting * test with black * add a new unit test * remove doc and update tests * unpack generation_kwargs * ix comment * update unit test * remove generation_kwargs * not pass `generation_kwargs` * update tests * add max_length * fix formatting * revert * reformatting