Skip to content

Commit

Permalink
docs: small improvement ChatOllama setup description (#26043)
Browse files Browse the repository at this point in the history
Small improvement on ChatOllama description

---------

Co-authored-by: Marcelo Machado <[email protected]>
Co-authored-by: Erick Friis <[email protected]>
  • Loading branch information
3 people authored Sep 8, 2024
1 parent 2f80d67 commit 9bd4f1d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libs/partners/ollama/langchain_ollama/chat_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9bd4f1d

Please sign in to comment.