docs: add ollama json mode (#22926)

fixes #22910
This commit is contained in:
Erick Friis 2024-06-14 16:27:55 -07:00 committed by GitHub
parent c374c98389
commit 764f1958dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -98,6 +98,7 @@ CHAT_MODEL_FEAT_TABLE = {
},
"ChatOllama": {
"local": True,
"json_mode": True,
"package": "langchain-community",
"link": "/docs/integrations/chat/ollama/",
},