{
  "name": "Auto-generate Instagram captions for photos with GPT-4o-mini and Airtable",
  "nodes": [
    {
      "id": "1bed722e-6794-4fc2-bc09-4c33e7dc5abc",
      "name": "OpenAI",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        680,
        -480
      ]
    },
    {
      "id": "83ee6b6d-950d-455f-8db7-38af878b3142",
      "name": "Download Selected Photo",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        360,
        -480
      ]
    },
    {
      "id": "df60dee1-0a62-4e2d-8c19-b338c437b878",
      "name": "Airtable",
      "type": "n8n-nodes-base.airtable",
      "position": [
        960,
        -480
      ]
    },
    {
      "id": "4cbe5125-7e61-4bf4-815c-446768715e4c",
      "name": "Google Drive Trigger",
      "type": "n8n-nodes-base.googleDriveTrigger",
      "position": [
        20,
        -480
      ]
    },
    {
      "id": "c38085e8-384b-4c16-b682-aa1fc83a63be",
      "name": "Google Drive",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        1180,
        -480
      ]
    }
  ],
  "connections": {
    "OpenAI": {
      "main": [
        [
          {
            "node": "Airtable",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Airtable": {
      "main": [
        [
          {
            "node": "Google Drive",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Drive Trigger": {
      "main": [
        [
          {
            "node": "Download Selected Photo",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Download Selected Photo": {
      "main": [
        [
          {
            "node": "OpenAI",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}