chore: fix dropdown default open admonition in refs (#33354)

This commit is contained in:
Mason Daugherty
2025-10-08 14:50:44 -04:00
committed by GitHub
parent 97f731da7e
commit b1acf8d931
5 changed files with 8 additions and 13 deletions

View File

@@ -257,8 +257,7 @@ def _is_pydantic_class(obj: Any) -> bool:
class ChatOllama(BaseChatModel):
r"""Ollama chat model integration.
??? note "Setup"
:open:
???+ note "Setup"
Install ``langchain-ollama`` and download any models you want to use from ollama.