mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
Suggest using basic LLM chain for models that don't support agents (#3157)
This commit is contained in:
parent
5e9e4c2924
commit
d72726dfba
@ -11,6 +11,8 @@ Use the Cohere Model node to use Cohere's models.
|
||||
|
||||
On this page, you'll find the node parameters for the Cohere Model node, and links to more resources.
|
||||
|
||||
This node lacks tools support, so it won't work with the [AI Agent](/integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.agent/index.md) node. Instead, connect it with the [Basic LLM Chain](/integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.chainllm.md) node.
|
||||
|
||||
/// note | Credentials
|
||||
You can find authentication information for this node [here](/integrations/builtin/credentials/cohere.md).
|
||||
///
|
||||
|
||||
@ -12,6 +12,8 @@ The Ollama Model node allows you use local Llama 2 models.
|
||||
|
||||
On this page, you'll find the node parameters for the Ollama Model node, and links to more resources.
|
||||
|
||||
This node lacks tools support, so it won't work with the [AI Agent](/integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.agent/index.md) node. Instead, connect it with the [Basic LLM Chain](/integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.chainllm.md) node.
|
||||
|
||||
/// note | Credentials
|
||||
You can find authentication information for this node [here](/integrations/builtin/credentials/ollama.md).
|
||||
///
|
||||
|
||||
@ -12,6 +12,8 @@ Use the Hugging Face Inference Model node to use Hugging Face's models.
|
||||
|
||||
On this page, you'll find the node parameters for the Hugging Face Inference Model node, and links to more resources.
|
||||
|
||||
This node lacks tools support, so it won't work with the [AI Agent](/integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.agent/index.md) node. Instead, connect it with the [Basic LLM Chain](/integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.chainllm.md) node.
|
||||
|
||||
/// note | Credentials
|
||||
You can find authentication information for this node [here](/integrations/builtin/credentials/huggingface.md).
|
||||
///
|
||||
|
||||
Loading…
Reference in New Issue
Block a user