docs: add tool calling for ollama (#24574)

This commit is contained in:
Erick Friis 2024-07-23 13:33:23 -07:00 committed by GitHub
parent 325068bb53
commit ee3955c68c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -88,9 +88,10 @@ CHAT_MODEL_FEAT_TABLE = {
"link": "/docs/integrations/chat/huggingface/",
},
"ChatOllama": {
"tool_calling": True,
"local": True,
"json_mode": True,
"package": "langchain-community",
"package": "langchain-ollama",
"link": "/docs/integrations/chat/ollama/",
},
"vLLM Chat (via ChatOpenAI)": {