
LongToShort
描述
分类
🤖 AI & Machine Learning
使用的节点
n8n-nodes-base.setn8n-nodes-base.coden8n-nodes-base.noOpn8n-nodes-base.waitn8n-nodes-base.splitOutn8n-nodes-base.stickyNoten8n-nodes-base.stickyNoten8n-nodes-base.stickyNoten8n-nodes-base.stickyNoten8n-nodes-base.stickyNote
价格免费
浏览量0
最后更新11/28/2025
workflow.json
{
"id": "",
"meta": {
"instanceId": "",
"templateCredsSetupCompleted": true
},
"name": "LongToShort",
"tags": [],
"nodes": [
{
"id": "",
"name": "Structured Output Parser",
"type": "@n8n/n8n-nodes-langchain.outputParserStructured",
"position": [
1340,
200
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "",
"name": "Mistral Cloud Chat Model",
"type": "@n8n/n8n-nodes-langchain.lmChatMistralCloud",
"position": [
1160,
200
],
"parameters": {},
"typeVersion": 1
},
{
"id": "",
"name": "Code",
"type": "n8n-nodes-base.code",
"position": [
940,
40
],
"parameters": {},
"typeVersion": 2
},
{
"id": "",
"name": "Select Clips",
"type": "@n8n/n8n-nodes-langchain.chainLlm",
"position": [
1160,
40
],
"parameters": {},
"typeVersion": 1.5
},
{
"id": "",
"name": "Split Out",
"type": "n8n-nodes-base.splitOut",
"position": [
1540,
40
],
"parameters": {},
"typeVersion": 1
},
{
"id": "",
"name": "Get Transcript",
"type": "n8n-nodes-base.httpRequest",
"position": [
760,
40
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "",
"name": "Save Clips",
"type": "n8n-nodes-base.httpRequest",
"position": [
2020,
140
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "",
"name": "Loop Over Items",
"type": "n8n-nodes-base.splitInBatches",
"position": [
1720,
40
],
"parameters": {},
"typeVersion": 3
},
{
"id": "0b7870aa-13a6-40a7-90ea-4152c80c335f",
"name": "Replace Me",
"type": "n8n-nodes-base.noOp",
"position": [
2040,
-20
],
"parameters": {},
"typeVersion": 1
},
{
"id": "",
"name": "When clicking ‘Execute workflow’",
"type": "n8n-nodes-base.manualTrigger",
"position": [
300,
40
],
"parameters": {},
"typeVersion": 1
},
{
"id": "",
"name": "Edit Fields",
"type": "n8n-nodes-base.set",
"position": [
520,
40
],
"parameters": {},
"typeVersion": 3.4
},
{
"id": "",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
220,
-300
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "",
"name": "Sticky Note1",
"type": "n8n-nodes-base.stickyNote",
"position": [
220,
-40
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "",
"name": "Sticky Note3",
"type": "n8n-nodes-base.stickyNote",
"position": [
680,
-40
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "",
"name": "Wait",
"type": "n8n-nodes-base.wait",
"position": [
2240,
140
],
"webhookId": "",
"parameters": {},
"typeVersion": 1.1
},
{
"id": "",
"name": "Sticky Note4",
"type": "n8n-nodes-base.stickyNote",
"position": [
1100,
-40
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "",
"name": "Sticky Note5",
"type": "n8n-nodes-base.stickyNote",
"position": [
1500,
-40
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "",
"connections": {
"Code": {
"main": [
[
{
"node": "Select Clips",
"type": "main",
"index": 0
}
]
]
},
"Wait": {
"main": [
[
{
"node": "Loop Over Items",
"type": "main",
"index": 0
}
]
]
},
"Split Out": {
"main": [
[
{
"node": "Loop Over Items",
"type": "main",
"index": 0
}
]
]
},
"Replace Me": {
"main": [
[]
]
},
"Save Clips": {
"main": [
[
{
"node": "Wait",
"type": "main",
"index": 0
}
]
]
},
"Edit Fields": {
"main": [
[
{
"node": "Get Transcript",
"type": "main",
"index": 0
}
]
]
},
"Select Clips": {
"main": [
[
{
"node": "Split Out",
"type": "main",
"index": 0
}
]
]
},
"Get Transcript": {
"main": [
[
{
"node": "Code",
"type": "main",
"index": 0
}
]
]
},
"Loop Over Items": {
"main": [
[
{
"node": "Replace Me",
"type": "main",
"index": 0
}
],
[
{
"node": "Save Clips",
"type": "main",
"index": 0
}
]
]
},
"Mistral Cloud Chat Model": {
"ai_languageModel": [
[
{
"node": "Select Clips",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"Structured Output Parser": {
"ai_outputParser": [
[
{
"node": "Select Clips",
"type": "ai_outputParser",
"index": 0
}
]
]
},
"When clicking ‘Execute workflow’": {
"main": [
[
{
"node": "Edit Fields",
"type": "main",
"index": 0
}
]
]
}
}
}