{
  "name": "Summarize YouTube videos with transcription, DeepSeek AI and Google Sheets",
  "nodes": [
    {
      "id": "b2dfa97e-48c1-4c6d-aa8a-3b89ee30ea70",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        0,
        -64
      ]
    },
    {
      "id": "5a3e1726-d2c9-4fb8-9dc3-44fd1c14ff23",
      "name": "DeepSeek Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatDeepSeek",
      "position": [
        864,
        96
      ]
    },
    {
      "id": "721e9e8b-c387-4c9e-8328-8ef20700525c",
      "name": "Generate Summary",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        848,
        -64
      ]
    },
    {
      "id": "e83ad09b-cf11-4482-bf9d-816ba07bb975",
      "name": "Adding Summary to file",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1328,
        -64
      ]
    },
    {
      "id": "f8fe7ac8-5b2c-423b-999e-465b22eef8d8",
      "name": "Adding transcript to file",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        672,
        -64
      ]
    },
    {
      "id": "6f8017d6-d14a-411a-9e48-3f707e46d2d4",
      "name": "Get URL to Transcript",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        224,
        -64
      ]
    },
    {
      "id": "a33faf41-8e19-40b8-80fd-d24ea542018b",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -48,
        -240
      ],
      "parameters": {
        "width": 872,
        "height": 476,
        "content": "## Generating Transcript \nHere we get transcript.\nI use supadata.ai. There are 100 free credit"
      }
    },
    {
      "id": "954acc03-f58d-4008-883f-c2981a0dbeb9",
      "name": "Generating transcript",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        448,
        -64
      ]
    },
    {
      "id": "f12e32a1-7a5e-4134-8545-46d61f8ab188",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        832,
        -240
      ],
      "parameters": {
        "width": 748,
        "height": 476,
        "content": "## Generating Summary\nHere we generating summary\n"
      }
    },
    {
      "id": "0e7b2c56-4c3a-46dc-80bf-e84e5522d182",
      "name": "Clear code",
      "type": "n8n-nodes-base.code",
      "position": [
        1152,
        -64
      ]
    }
  ],
  "connections": {
    "Clear code": {
      "main": [
        [
          {
            "node": "Adding Summary to file",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate Summary": {
      "main": [
        [
          {
            "node": "Clear code",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "DeepSeek Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Generate Summary",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Generating transcript": {
      "main": [
        [
          {
            "node": "Adding transcript to file",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get URL to Transcript": {
      "main": [
        [
          {
            "node": "Generating transcript",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Adding Summary to file": {
      "main": [
        []
      ]
    },
    "Adding transcript to file": {
      "main": [
        [
          {
            "node": "Generate Summary",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Get URL to Transcript",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}