docs: update chat model feature table (#24822)

pull/24462/head^2
ccurme 2 months ago committed by GitHub
parent 68ecebf1ec
commit 187ee96f7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -107,17 +107,27 @@ CHAT_MODEL_FEAT_TABLE = {
"package": "langchain-openai",
"link": "/docs/integrations/chat/vllm/",
},
"ChatEdenAI": {
"tool_calling": True,
"package": "langchain-community",
"link": "/docs/integrations/chat/edenai/",
},
"ChatLlamaCpp": {
"tool_calling": True,
"local": True,
"package": "langchain-community",
"link": "/docs/integrations/chat/llamacpp",
},
"ChatAI21": {
"tool_calling": True,
"package": "langchain-ai21",
"link": "/docs/integrations/chat/ai21",
},
"ChatWatsonx": {
"tool_calling": True,
"package": "langchain-ibm",
"link": "/docs/integrations/chat/ibm_watsonx",
},
"ChatUpstage": {
"tool_calling": True,
"package": "langchain-upstage",
"link": "/docs/integrations/chat/upstage",
},
}
for feats in CHAT_MODEL_FEAT_TABLE.values():

Loading…
Cancel
Save