langchain/libs/partners/anthropic/tests/unit_tests/test_chat_models.py

10 lines
266 B
Python
Raw Normal View History

"""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")