{
  "name": "Track food calories via Telegram with GPT-4 Vision and Google Sheets",
  "nodes": [
    {
      "id": null,
      "name": "Telegram Trigger",
      "type": "n8n-nodes-base.telegramTrigger",
      "position": [
        200,
        300
      ]
    },
    {
      "id": null,
      "name": "Sticky Note: Acknowledge",
      "type": "n8n-nodes-base.telegram",
      "position": [
        400,
        300
      ]
    },
    {
      "id": null,
      "name": "Download Telegram Image",
      "type": "n8n-nodes-base.telegram",
      "position": [
        600,
        300
      ]
    },
    {
      "id": null,
      "name": "Prepare Binary Image",
      "type": "n8n-nodes-base.function",
      "position": [
        800,
        300
      ]
    },
    {
      "id": null,
      "name": "GPT-4 Vision Analyze",
      "type": "n8n-nodes-base.openai",
      "position": [
        1000,
        300
      ]
    },
    {
      "id": null,
      "name": "Log to Google Sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1200,
        300
      ]
    },
    {
      "id": null,
      "name": "Send GPT Result",
      "type": "n8n-nodes-base.telegram",
      "position": [
        1400,
        300
      ]
    }
  ],
  "connections": {
    "Telegram Trigger": {
      "main": [
        [
          {
            "node": "Sticky Note: Acknowledge",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "GPT-4 Vision Analyze": {
      "main": [
        [
          {
            "node": "Log to Google Sheet",
            "type": "main",
            "index": 0
          },
          {
            "node": "Send GPT Result",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Prepare Binary Image": {
      "main": [
        [
          {
            "node": "GPT-4 Vision Analyze",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Download Telegram Image": {
      "main": [
        [
          {
            "node": "Prepare Binary Image",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Sticky Note: Acknowledge": {
      "main": [
        [
          {
            "node": "Download Telegram Image",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}