mirror of
https://github.com/Mintplex-Labs/langchain-python.git
synced 2026-07-24 03:56:50 -04:00
a7c9bd30d4
This small PR aims at supporting the following missing parameters in the `HuggingfaceTextGen` LLM: - `return_full_text` - sometimes useful for completion tasks - `do_sample` - quite handy to control the randomness of the model. - `watermark` @hwchase17 @baskaryan --------- Co-authored-by: Bagatur <baskaryan@gmail.com>