mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +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",
|
"package": "langchain-openai",
|
||||||
"link": "/docs/integrations/chat/vllm/",
|
"link": "/docs/integrations/chat/vllm/",
|
||||||
},
|
},
|
||||||
"ChatEdenAI": {
|
|
||||||
"tool_calling": True,
|
|
||||||
"package": "langchain-community",
|
|
||||||
"link": "/docs/integrations/chat/edenai/",
|
|
||||||
},
|
|
||||||
"ChatLlamaCpp": {
|
"ChatLlamaCpp": {
|
||||||
"tool_calling": True,
|
"tool_calling": True,
|
||||||
"local": True,
|
"local": True,
|
||||||
"package": "langchain-community",
|
"package": "langchain-community",
|
||||||
"link": "/docs/integrations/chat/llamacpp",
|
"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():
|
for feats in CHAT_MODEL_FEAT_TABLE.values():
|
||||||
|
Loading…
Reference in New Issue
Block a user