mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-05 04:38:26 +00:00
docs: add tool calling for ollama (#24574)
This commit is contained in:
parent
325068bb53
commit
ee3955c68c
@ -88,9 +88,10 @@ CHAT_MODEL_FEAT_TABLE = {
|
|||||||
"link": "/docs/integrations/chat/huggingface/",
|
"link": "/docs/integrations/chat/huggingface/",
|
||||||
},
|
},
|
||||||
"ChatOllama": {
|
"ChatOllama": {
|
||||||
|
"tool_calling": True,
|
||||||
"local": True,
|
"local": True,
|
||||||
"json_mode": True,
|
"json_mode": True,
|
||||||
"package": "langchain-community",
|
"package": "langchain-ollama",
|
||||||
"link": "/docs/integrations/chat/ollama/",
|
"link": "/docs/integrations/chat/ollama/",
|
||||||
},
|
},
|
||||||
"vLLM Chat (via ChatOpenAI)": {
|
"vLLM Chat (via ChatOpenAI)": {
|
||||||
|
Loading…
Reference in New Issue
Block a user