mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-15 15:46:47 +00:00
.
This commit is contained in:
parent
f6b4251357
commit
7cc104cd12
@ -153,7 +153,7 @@ def _is_pydantic_class(obj: Any) -> bool:
|
|||||||
|
|
||||||
|
|
||||||
class ChatOllama(BaseChatModel):
|
class ChatOllama(BaseChatModel):
|
||||||
r"""Ollama chat model with native v1 message/content block support.
|
r"""Ollama chat model with v1 message/content block support.
|
||||||
|
|
||||||
This implementation provides native support for structured content blocks.
|
This implementation provides native support for structured content blocks.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user