docs: small improvement ChatOllama setup description (#26043)

Small improvement on ChatOllama description

---------

Co-authored-by: Marcelo Machado <mmachado@ibm.com>
Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
Marcelo Machado 2024-09-07 21:15:05 -03:00 committed by GitHub
parent 2f80d67dc1
commit 9bd4f1dfa8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -91,7 +91,9 @@ def _lc_tool_call_to_openai_tool_call(tool_call: ToolCall) -> dict:
class ChatOllama(BaseChatModel):
"""Ollama chat model integration.
Setup:
.. dropdown:: Setup
:open:
Install ``langchain-ollama`` and download any models you want to use from ollama.
.. code-block:: bash