Files
n8n-backup-v2/workflows/b0-vjBKMduuAdkCRjpbqb.json
2026-01-02 22:48:32 +00:00

105 lines
2.3 KiB
JSON

{
"id": "b0-vjBKMduuAdkCRjpbqb",
"name": "ai chat testing workflow",
"nodes": [
{
"parameters": {
"batching": {}
},
"type": "@n8n/n8n-nodes-langchain.chainLlm",
"typeVersion": 1.9,
"position": [
176,
-32
],
"id": "df224c8b-a9cf-4e28-af01-3f04f2957c1a",
"name": "Basic LLM Chain"
},
{
"parameters": {
"model": {
"__rl": true,
"value": "nvidia_nim/openai/gpt-oss-120b",
"mode": "list",
"cachedResultName": "nvidia_nim/openai/gpt-oss-120b"
},
"responsesApiEnabled": false,
"options": {}
},
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"typeVersion": 1.3,
"position": [
176,
144
],
"id": "0ba4513e-44ab-4253-8ec7-6acce6496cbd",
"name": "OpenAI Chat Model",
"credentials": {
"openAiApi": {
"id": "sxSUdecXdMfKPuTu",
"name": "llm-proxy.ben.io"
}
}
},
{
"parameters": {
"availableInChat": true,
"agentName": "Test Agent",
"agentDescription": "Test Agent",
"options": {}
},
"type": "@n8n/n8n-nodes-langchain.chatTrigger",
"typeVersion": 1.4,
"position": [
-16,
-32
],
"id": "f2f350fc-97ce-49fc-bf2b-0315fc0a341e",
"name": "When chat message received",
"webhookId": "b84e5f82-65f1-456c-8b50-0220cf2e7fb0"
}
],
"connections": {
"OpenAI Chat Model": {
"ai_languageModel": [
[
{
"node": "Basic LLM Chain",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"Basic LLM Chain": {
"main": [
[]
]
},
"When chat message received": {
"main": [
[
{
"node": "Basic LLM Chain",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1",
"availableInMCP": false
},
"triggerCount": 1,
"versionId": "7e520306-b51d-4902-afd0-0564ec0c2ac6",
"owner": {
"type": "personal",
"projectId": "FeLO36wNUAcn61Wj",
"projectName": "Ben W <admin@ben.io>",
"personalEmail": "admin@ben.io"
},
"parentFolderId": null,
"isArchived": false
}