distilabel
distilabel copied to clipboard
Extend `LLM` kwargs to align with counterparts
Description
This PR aligns the kwargs for some of the implemented LLM
subclasses, based on their engine counterparts, so that all the kwargs can be provided to the LLM
so as not to limit it.
Closes #593 and #569