{
  "name": "Transcribe & summarize Telegram voice notes with OpenAI and DeepSeek Chat to Google Docs",
  "nodes": [
    {
      "id": "92d5fc23-69ce-481f-b8eb-b5ea41ed4359",
      "name": "Telegram1",
      "type": "n8n-nodes-base.telegram",
      "position": [
        -360,
        1360
      ]
    },
    {
      "id": "35be01c6-f98e-4856-a8ac-c77b48ba93c7",
      "name": "OpenAI2",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        320,
        1360
      ]
    },
    {
      "id": "9ce52707-ec8f-44f3-ae9c-343ef356cf3a",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        120,
        1180
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "e7bf3a41-3da6-4e3e-b7e5-4fbbace4290f",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        800,
        940
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "cf26175d-ac3b-450b-b471-d7d4fa42c2bb",
      "name": "DeepSeek Chat Model1",
      "type": "@n8n/n8n-nodes-langchain.lmChatDeepSeek",
      "position": [
        1320,
        1880
      ]
    },
    {
      "id": "eef64705-3296-4a77-97a4-43c4c420d02a",
      "name": "AI Agent1",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        1320,
        1620
      ]
    },
    {
      "id": "e5148b6f-541b-4cfd-b754-421c4ec123c8",
      "name": "Telegram Trigger1",
      "type": "n8n-nodes-base.telegramTrigger",
      "position": [
        -1060,
        1360
      ]
    },
    {
      "id": "4846566d-66d6-4c75-ab76-ea737947f2b0",
      "name": "Google Drive",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        880,
        1160
      ]
    },
    {
      "id": "f19a29b3-c77d-4a62-903e-24b01adc8b75",
      "name": "Google Drive2",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        2100,
        1620
      ]
    },
    {
      "id": "16b54380-d2f2-4a32-843f-def1da98190d",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2040,
        1380
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "56eb7411-bd34-4125-ad60-458b2087fab3",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1180,
        1460
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "OpenAI2": {
      "main": [
        [
          {
            "node": "AI Agent1",
            "type": "main",
            "index": 0
          },
          {
            "node": "Google Drive",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Agent1": {
      "main": [
        [
          {
            "node": "Google Drive2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Telegram1": {
      "main": [
        [
          {
            "node": "OpenAI2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Drive": {
      "main": [
        []
      ]
    },
    "Telegram Trigger1": {
      "main": [
        [
          {
            "node": "Telegram1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "DeepSeek Chat Model1": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent1",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    }
  }
}