mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-21 06:14:37 +00:00
docs: update chat model feature table (#24822)
This commit is contained in:
parent
68ecebf1ec
commit
187ee96f7a
@ -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…
Reference in New Issue
Block a user