feat: first commit
This commit is contained in:
@@ -0,0 +1,143 @@
|
||||
[
|
||||
{
|
||||
"updatedAt": "2026-05-08T13:58:37.510Z",
|
||||
"createdAt": "2026-05-08T13:58:37.510Z",
|
||||
"id": "m2j43Sg4zsH9eSWg",
|
||||
"name": "Dyak — Анализ встречи",
|
||||
"description": null,
|
||||
"active": true,
|
||||
"isArchived": false,
|
||||
"nodes": [
|
||||
{
|
||||
"parameters": {
|
||||
"httpMethod": "POST",
|
||||
"path": "ask-analyze",
|
||||
"responseMode": "responseNode",
|
||||
"options": {}
|
||||
},
|
||||
"type": "n8n-nodes-base.webhook",
|
||||
"typeVersion": 2.1,
|
||||
"position": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"id": "bcd85095-97f8-4d6b-869a-f2792620ef9a",
|
||||
"name": "Webhook",
|
||||
"webhookId": "dyak-ask-analyze"
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"modelId": {
|
||||
"__rl": true,
|
||||
"value": "={{ $json.body.model || $json.model || 'qwen2.5:32b' }}",
|
||||
"mode": "expression"
|
||||
},
|
||||
"messages": {
|
||||
"values": [
|
||||
{
|
||||
"content": "={{ $json.body.prompt || $json.prompt }}"
|
||||
}
|
||||
]
|
||||
},
|
||||
"options": {
|
||||
"temperature": 0.2
|
||||
}
|
||||
},
|
||||
"type": "@n8n/n8n-nodes-langchain.ollama",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
304,
|
||||
0
|
||||
],
|
||||
"id": "8d680c79-f434-4fd6-81a7-8b396311518b",
|
||||
"name": "Ollama: Анализ встречи",
|
||||
"credentials": {
|
||||
"ollamaApi": {
|
||||
"id": "rLJ5pXANVJNpHzVk",
|
||||
"name": "Ollama account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"respondWith": "allIncomingItems",
|
||||
"options": {}
|
||||
},
|
||||
"type": "n8n-nodes-base.respondToWebhook",
|
||||
"typeVersion": 1.5,
|
||||
"position": [
|
||||
608,
|
||||
0
|
||||
],
|
||||
"id": "6964ab1f-fa4e-48e2-adbb-e8a34eaffdf4",
|
||||
"name": "Respond to Webhook"
|
||||
}
|
||||
],
|
||||
"connections": {
|
||||
"Webhook": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Ollama: Анализ встречи",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Ollama: Анализ встречи": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Respond to Webhook",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"executionOrder": "v1",
|
||||
"binaryMode": "separate"
|
||||
},
|
||||
"staticData": null,
|
||||
"meta": null,
|
||||
"pinData": {},
|
||||
"versionId": "18213c10-598b-4797-a6d8-85a0c3e9edcb",
|
||||
"activeVersionId": "18213c10-598b-4797-a6d8-85a0c3e9edcb",
|
||||
"versionCounter": 14,
|
||||
"triggerCount": 1,
|
||||
"tags": [
|
||||
{
|
||||
"updatedAt": "2026-05-08T13:58:35.970Z",
|
||||
"createdAt": "2026-05-08T13:58:35.970Z",
|
||||
"id": "am4wleG98HrE7SAc",
|
||||
"name": "dyak"
|
||||
}
|
||||
],
|
||||
"shared": [
|
||||
{
|
||||
"updatedAt": "2026-05-08T13:58:37.510Z",
|
||||
"createdAt": "2026-05-08T13:58:37.510Z",
|
||||
"role": "workflow:owner",
|
||||
"workflowId": "m2j43Sg4zsH9eSWg",
|
||||
"projectId": "ADyfwlKMDdTKeTb1",
|
||||
"project": {
|
||||
"updatedAt": "2026-05-08T12:50:32.745Z",
|
||||
"createdAt": "2026-05-08T04:19:48.389Z",
|
||||
"id": "ADyfwlKMDdTKeTb1",
|
||||
"name": "vladimir bolshakovsky <vladimir@bolshakovsky.ru>",
|
||||
"type": "personal",
|
||||
"icon": null,
|
||||
"description": null,
|
||||
"creatorId": "4b15ec28-0ec1-4822-85a6-86b4929930aa"
|
||||
}
|
||||
}
|
||||
],
|
||||
"versionMetadata": {
|
||||
"name": "Version 18213c10",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user