{
  "name": "Automated breaking news headlines with LLaMA3, Google Search and X posting",
  "nodes": [
    {
      "id": "62da7cc5-ea1d-47a0-b626-3ed6fb18e761",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -1580,
        140
      ]
    },
    {
      "id": "eb57a9d0-e0de-4d3d-adcf-d19e28a7e92e",
      "name": "Post to X",
      "type": "n8n-nodes-base.twitter",
      "position": [
        680,
        140
      ]
    },
    {
      "id": "765d5be9-5b2c-445b-bf3d-0242d293276f",
      "name": "Groq AI",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        220,
        140
      ]
    },
    {
      "id": "31a5bd1c-7fc1-4de8-9c9f-d345d6fede6f",
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -360,
        140
      ]
    },
    {
      "id": "7fa6e3e8-1ebb-45c3-8f3b-d3a8df4ae6e4",
      "name": "Function",
      "type": "n8n-nodes-base.code",
      "position": [
        -40,
        140
      ]
    },
    {
      "id": "8c093688-de7a-4af7-a053-0e029c910e6f",
      "name": "Google Config",
      "type": "n8n-nodes-base.set",
      "position": [
        -640,
        140
      ]
    },
    {
      "id": "542a21f1-78d2-4799-a922-bea3f9fa192b",
      "name": "Set Topic",
      "type": "n8n-nodes-base.set",
      "position": [
        -1200,
        140
      ]
    },
    {
      "id": "1da710ec-770b-4c6c-b0ad-33af5f58d6d5",
      "name": "Build Query",
      "type": "n8n-nodes-base.set",
      "position": [
        -980,
        140
      ]
    }
  ],
  "connections": {
    "Groq AI": {
      "main": [
        [
          {
            "node": "Post to X",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Function": {
      "main": [
        [
          {
            "node": "Groq AI",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set Topic": {
      "main": [
        [
          {
            "node": "Build Query",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Build Query": {
      "main": [
        [
          {
            "node": "Google Config",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request": {
      "main": [
        [
          {
            "node": "Function",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Config": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Set Topic",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}