mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
ensure all relevant packages are correctly processed - cli wasn't included, also fix ValueError
4 lines
69 B
Python
4 lines
69 B
Python
from langchain_xai.chat_models import ChatXAI
|
|
|
|
__all__ = ["ChatXAI"]
|