mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +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/",
|
||||
},
|
||||
"ChatOllama": {
|
||||
"tool_calling": True,
|
||||
"local": True,
|
||||
"json_mode": True,
|
||||
"package": "langchain-community",
|
||||
"package": "langchain-ollama",
|
||||
"link": "/docs/integrations/chat/ollama/",
|
||||
},
|
||||
"vLLM Chat (via ChatOpenAI)": {
|
||||
|
Loading…
Reference in New Issue
Block a user