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/chat_models
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 (rfc) chat models (#1424) 2 years ago
test_anthropic.py Add Anthropic ChatModel to langchain (#2293) 1 year ago
test_openai.py (ChatOpenAI) Add model_name to LLMResult.llm_output (#1960) 2 years ago
test_promptlayer_openai.py Harrison/prompt layer (#1547) 2 years ago