syeminPark
Results
1
issues of
syeminPark
### System Info the provided class [langchain/langchain/llms/huggingface_endpoint.py](https://github.com/hwchase17/langchain/blob/370becdfc2dea35eab6b56244872001116d24f0b/langchain/llms/huggingface_endpoint.py) class HuggingFaceEndpoint(LLM): has a bug. it should be ```python if self.task == "text-generation": # Text generation return includes the starter text. text =...
auto:bug