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
Mike Lambert 392f1b3218
Add Anthropic ChatModel to langchain (#2293)
* Adds an Anthropic ChatModel
* Factors out common code in our LLMModel and ChatModel
* Supports streaming llm-tokens to the callbacks on a delta basis (until
a future V2 API does that for us)
* Some fixes
1 year ago
..
__init__.py
test_ai21.py
test_aleph_alpha.py add aleph alpha llm (#1207) 2 years ago
test_anthropic.py Add Anthropic ChatModel to langchain (#2293) 1 year ago
test_banana.py Add Writer, Banana, Modal, StochasticAI (#1270) 2 years ago
test_cerebrium.py Add GooseAI, CerebriumAI, Petals, ForefrontAI (#981) 2 years ago
test_cohere.py
test_forefrontai.py Add GooseAI, CerebriumAI, Petals, ForefrontAI (#981) 2 years ago
test_gooseai.py Add GooseAI, CerebriumAI, Petals, ForefrontAI (#981) 2 years ago
test_gpt4all.py Harrison/gpt4all (#2366) 1 year ago
test_huggingface_endpoint.py
test_huggingface_hub.py
test_huggingface_pipeline.py
test_llamacpp.py Harrison/llama (#2314) 1 year ago
test_manifest.py
test_modal.py Add Writer, Banana, Modal, StochasticAI (#1270) 2 years ago
test_nlpcloud.py
test_openai.py OpenAI LLM: update `modelname_to_contextsize` with new models (#2843) 1 year ago
test_petals.py Add GooseAI, CerebriumAI, Petals, ForefrontAI (#981) 2 years ago
test_promptlayer_openai.py Harrison/llm integrations (#1039) 2 years ago
test_propmptlayer_openai_chat.py Harrison/prompt layer (#1547) 2 years ago
test_replicate.py Add replicate take 2 (#2077) 2 years ago
test_rwkv.py Add support for rwkv (#2422) 1 year ago
test_self_hosted_llm.py Harrison/self hosted runhouse (#1154) 2 years ago
test_stochasticai.py Add Writer, Banana, Modal, StochasticAI (#1270) 2 years ago
test_writer.py Add Writer, Banana, Modal, StochasticAI (#1270) 2 years ago
utils.py