mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +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):
|
||||
"""Ollama chat model integration.
|
||||
|
||||
Setup:
|
||||
.. dropdown:: Setup
|
||||
:open:
|
||||
|
||||
Install ``langchain-ollama`` and download any models you want to use from ollama.
|
||||
|
||||
.. code-block:: bash
|
||||
|
Loading…
Reference in New Issue
Block a user