You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/tests/integration_tests/llms
Nolan Tremelling faa26650c9
Beam (#4996)
# Beam

Calls the Beam API wrapper to deploy and make subsequent calls to an
instance of the gpt2 LLM in a cloud deployment. Requires installation of
the Beam library and registration of Beam Client ID and Client Secret.
Additional calls can then be made through the instance of the large
language model in your code or by calling the Beam API.

---------

Co-authored-by: Dev 2049 <dev.dev2049@gmail.com>
1 year ago
..
__init__.py
test_ai21.py
test_aleph_alpha.py
test_anthropic.py
test_anyscale.py
test_banana.py
test_beam.py Beam (#4996) 1 year ago
test_cerebrium.py
test_cohere.py
test_forefrontai.py
test_google_palm.py
test_gooseai.py
test_gpt4all.py
test_huggingface_endpoint.py Add summarization task type for HuggingFace APIs (#4721) 1 year ago
test_huggingface_hub.py Add summarization task type for HuggingFace APIs (#4721) 1 year ago
test_huggingface_pipeline.py Add summarization task type for HuggingFace APIs (#4721) 1 year ago
test_llamacpp.py
test_manifest.py
test_modal.py
test_mosaicml.py Add MosaicML inference endpoints (#4607) 1 year ago
test_nlpcloud.py
test_openai.py Add 'get_token_ids' method (#4784) 1 year ago
test_openlm.py Add OpenLM LLM multi-provider (#4993) 1 year ago
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 Add summarization task type for HuggingFace APIs (#4721) 1 year ago
test_stochasticai.py
test_writer.py
utils.py