mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-20 13:54:48 +00:00
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:
parent
2f80d67dc1
commit
9bd4f1dfa8
@ -91,7 +91,9 @@ def _lc_tool_call_to_openai_tool_call(tool_call: ToolCall) -> dict:
|
|||||||
class ChatOllama(BaseChatModel):
|
class ChatOllama(BaseChatModel):
|
||||||
"""Ollama chat model integration.
|
"""Ollama chat model integration.
|
||||||
|
|
||||||
Setup:
|
.. dropdown:: Setup
|
||||||
|
:open:
|
||||||
|
|
||||||
Install ``langchain-ollama`` and download any models you want to use from ollama.
|
Install ``langchain-ollama`` and download any models you want to use from ollama.
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
Loading…
Reference in New Issue
Block a user