This commit is contained in:
Bagatur
2024-09-10 12:32:47 -07:00
42 changed files with 3639 additions and 2975 deletions

View File

@@ -92,7 +92,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