There are 2 Ollama models one named Ollama Model and the other Ollama Chat Model their code seems exactly the same however “Ollama Model“ uses deprecated library, do we really need that code and the node.
Hey @bowler_gt hope all is good. Welcome to the community.
I think they are used for different purposes:
-
Ollama Chat Model node:
Designed for conversational AI use cases, allowing you to use local Llama 2 models with conversational agents. This node is suitable for workflows where you want to build chatbots or AI agents that interact in a dialogue format. It supports integration with the AI Agent node and is tailored for chat-based interactions, including advanced options like memory locking and keep-alive settings for long-running conversations Ollama Chat Model node. -
Ollama Model node:
Intended for general LLM completions (not specifically chat-based). This node does not support tools or integration with the AI Agent node. Instead, it is typically used with the Basic LLM Chain node for tasks like text generation, summarization, or other non-conversational LLM tasks Ollama Model node.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.