mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-07 22:11:51 +00:00
partners: add xAI chat integration (#28032)
This commit is contained in:
@@ -227,6 +227,17 @@ const FEATURE_TABLES = {
|
||||
"local": false,
|
||||
"apiLink": "https://python.langchain.com/api_reference/ibm/chat_models/langchain_ibm.chat_models.ChatWatsonx.html"
|
||||
},
|
||||
{
|
||||
"name": "ChatXAI",
|
||||
"package": "langchain-xai",
|
||||
"link": "xai",
|
||||
"structured_output": true,
|
||||
"tool_calling": true,
|
||||
"json_mode": false,
|
||||
"multimodal": false,
|
||||
"local": false,
|
||||
"apiLink": "https://python.langchain.com/api_reference/xai/chat_models/langchain_xai.chat_models.ChatXAI.html"
|
||||
},
|
||||
],
|
||||
},
|
||||
llms: {
|
||||
|
Reference in New Issue
Block a user