mirror of
https://github.com/hwchase17/langchain
synced 2024-10-29 17:07:25 +00:00
392f1b3218
* 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 |
||
---|---|---|
.. | ||
__init__.py | ||
test_ai21.py | ||
test_aleph_alpha.py | ||
test_anthropic.py | ||
test_banana.py | ||
test_cerebrium.py | ||
test_cohere.py | ||
test_forefrontai.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_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 |