langchain/libs/partners/xai
2024-11-13 17:51:51 +00:00
..
langchain_xai
scripts
tests
LICENSE
Makefile
poetry.lock xai[patch]: update core (#28092) 2024-11-13 17:51:51 +00:00
pyproject.toml xai[patch]: update core (#28092) 2024-11-13 17:51:51 +00:00
README.md

langchain-xai

This package contains the LangChain integrations for xAI through their APIs.

Installation and Setup

  • Install the LangChain partner package
pip install -U langchain-xai
  • Get your xAI api key from the xAI Dashboard and set it as an environment variable (XAI_API_KEY)

Chat Completions

This package contains the ChatXAI class, which is the recommended way to interface with xAI chat models.