Suggest using basic LLM chain for models that don't support agents (#3157)

This commit is contained in:
Justin Ellingwood 2025-05-14 14:54:37 +01:00 committed by GitHub
parent 5e9e4c2924
commit d72726dfba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 0 deletions

View File

@ -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).
///

View File

@ -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).
///

View File

@ -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).
///