mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-19 01:21:50 +00:00
6 lines
133 B
Python
6 lines
133 B
Python
"""This package provides the xAI integration for LangChain."""
|
|
|
|
from langchain_xai.chat_models import ChatXAI
|
|
|
|
__all__ = ["ChatXAI"]
|