mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-03 20:16:52 +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:
@@ -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
|
||||
|
Reference in New Issue
Block a user