langchain
3f0357f9 - Add summarization task type for HuggingFace APIs (#4721)

Commit
2 years ago
Add summarization task type for HuggingFace APIs (#4721) # Add summarization task type for HuggingFace APIs Add summarization task type for HuggingFace APIs. This task type is described by [HuggingFace inference API](https://huggingface.co/docs/api-inference/detailed_parameters#summarization-task) My project utilizes LangChain to connect multiple LLMs, including various HuggingFace models that support the summarization task. Integrating this task type is highly convenient and beneficial. Fixes #4720
Author
Parents
Loading