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/standard-tests/langchain_standard_tests/integration_tests/__init__.py

8 lines
150 B
Python

from langchain_standard_tests.integration_tests.chat_models import (
ChatModelIntegrationTests,
)
__all__ = [
"ChatModelIntegrationTests",
]