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/libs/partners/anthropic/tests/unit_tests/test_chat_models.py

10 lines
266 B
Python

"""Test chat model integration."""
from langchain_anthropic.chat_models import ChatAnthropicMessages
def test_initialization() -> None:
"""Test chat model initialization."""
ChatAnthropicMessages(model_name="claude-instant-1.2", anthropic_api_key="xyz")