{
  "name": "Transcribe Telegram voice notes to Google Docs with OpenAI & DeepSeek summaries",
  "nodes": [
    {
      "id": "d53e0f15-86be-49bd-8f8e-b4d157f2cb75",
      "name": "Telegram",
      "type": "n8n-nodes-base.telegram",
      "position": [
        -360,
        280
      ]
    },
    {
      "id": "efba8548-68ff-4ba0-8eb0-c20e89842556",
      "name": "OpenAI",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        140,
        280
      ]
    },
    {
      "id": "f6c370d6-0e47-4ce9-9c87-5842f261ce52",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -40,
        80
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "8b1d73ff-cb8f-41e9-a7a5-e0276067183b",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        620,
        560
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "9fcea4be-6e41-43b9-bcbe-5a49ecde90e6",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -820,
        280
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "d6e85115-f5cb-43d2-8143-6292a81042d7",
      "name": "DeepSeek Chat Model2",
      "type": "@n8n/n8n-nodes-langchain.lmChatDeepSeek",
      "position": [
        980,
        420
      ]
    },
    {
      "id": "564a6935-e084-45ed-b089-3f363d262f06",
      "name": "AI Agent2",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        980,
        200
      ]
    },
    {
      "id": "44ebaf8c-a11d-4656-a2da-91157b99a650",
      "name": "Telegram Trigger1",
      "type": "n8n-nodes-base.telegramTrigger",
      "position": [
        -1180,
        280
      ]
    },
    {
      "id": "b59df288-7bf5-408f-b6f3-83a4e6886176",
      "name": "Google Drive1",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        740,
        740
      ]
    },
    {
      "id": "65fa941e-144d-471a-b9f1-fa7a4de544a9",
      "name": "Google Drive3",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        1820,
        160
      ]
    },
    {
      "id": "fb928ad1-8fa8-4bfe-8b25-f116535c21aa",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        940,
        0
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "3fd771bd-1714-4634-91c4-36b966edba83",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1720,
        -20
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "OpenAI": {
      "main": [
        [
          {
            "node": "Google Drive1",
            "type": "main",
            "index": 0
          },
          {
            "node": "AI Agent2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Telegram": {
      "main": [
        [
          {
            "node": "OpenAI",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Agent2": {
      "main": [
        [
          {
            "node": "Google Drive3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Telegram Trigger1": {
      "main": [
        [
          {
            "node": "Telegram",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "DeepSeek Chat Model2": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent2",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    }
  }
}