mirror of
https://github.com/hwchase17/langchain
synced 2024-10-29 17:07:25 +00:00
3f0357f94a
# 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 |
||
---|---|---|
.. | ||
__init__.py | ||
test_ai21.py | ||
test_aleph_alpha.py | ||
test_anthropic.py | ||
test_anyscale.py | ||
test_banana.py | ||
test_cerebrium.py | ||
test_cohere.py | ||
test_forefrontai.py | ||
test_google_palm.py | ||
test_gooseai.py | ||
test_gpt4all.py | ||
test_huggingface_endpoint.py | ||
test_huggingface_hub.py | ||
test_huggingface_pipeline.py | ||
test_llamacpp.py | ||
test_manifest.py | ||
test_modal.py | ||
test_nlpcloud.py | ||
test_openai.py | ||
test_petals.py | ||
test_pipelineai.py | ||
test_predictionguard.py | ||
test_promptlayer_openai.py | ||
test_propmptlayer_openai_chat.py | ||
test_replicate.py | ||
test_rwkv.py | ||
test_self_hosted_llm.py | ||
test_stochasticai.py | ||
test_writer.py | ||
utils.py |