mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-23 11:30:37 +00:00
community: deprecate community ollama integrations (#26733)
This commit is contained in:
@@ -47,6 +47,11 @@ def _chat_stream_response_to_chat_generation_chunk(
|
||||
)
|
||||
|
||||
|
||||
@deprecated(
|
||||
since="0.3.1",
|
||||
removal="1.0.0",
|
||||
alternative_import="langchain_ollama.ChatOllama",
|
||||
)
|
||||
class ChatOllama(BaseChatModel, _OllamaCommon):
|
||||
"""Ollama locally runs large language models.
|
||||
|
||||
|
Reference in New Issue
Block a user