Gemini Chat OpenAI

Dear Team,

I recently noticed that when I add a Google Gemini Chat Model or OpenAI Message Model node to any workflow in N8N, a new workflow is automatically created containing:

  1. A Manual Trigger
  2. A Google Gemini or OpenAI node
  3. A Basic LLM Chain node
    It’s strange—I’ve worked with these nodes before and never had this issue.

Best regards

1 Like

hi @fedora , In recent updates, n8n has started including certain default nodes—like the " Manual Trigger " and " LLM Chain ". when working with AI-related workflows. These nodes are often added automatically to help set up workflows that involve chat models or other AI tools. You can use them if they fit your needs, but they’re not required feel free to delete them if they’re not necessary for your workflow.

Dear Sal_Durga_Yaswanth,

Thanh you for your reply.

After deleting Manual Trigger node and Basic LLM Chain node, the nodes Google Gemini Chat Model or OpenAI Message Model fail to connect to my existing workflow, and screen " What triggers for the workflow" appears automatically.

Please I need your support.

Can u provide your workflow so that i will be helpful to help you .

Please find attached my workflow:
{ "name": "Scraping Web", "nodes": [ { "parameters": { "values": { "string": [ { "name": "url", "value": "https://quotes.toscrape.com/js/" } ] }, "options": {} }, "name": "Définir URL Cible", "type": "n8n-nodes-base.set", "typeVersion": 1, "position": [ -1320, 40 ], "id": "95e9cc7c-03cd-49d5-b39b-7512d00cb5a9" }, { "parameters": { "url": "https://api.scraperapi.com/", "authentication": "genericCredentialType", "genericAuthType": "httpQueryAuth", "sendQuery": true, "queryParameters": { "parameters": [ { "name": "url", "value": "={{$node[\"Définir URL Cible\"].json[\"url\"]}}" }, { "name": "render", "value": "true" } ] }, "options": { "response": { "response": { "responseFormat": "text" } } } }, "name": "Appel ScraperAPI", "type": "n8n-nodes-base.httpRequest", "typeVersion": 3, "position": [ -1080, 40 ], "id": "e25c5977-b4ff-4e07-b0d6-8789aa75d787", "credentials": { "httpQueryAuth": { "id": "nDRKYS4A9yXo0zod", "name": "ScraperAPI Key V2" } } }, { "parameters": { "extractionValues": { "values": [ { "key": "pageTitle", "cssSelector": "title" }, { "key": "firstQuoteText", "cssSelector": "div.quote > span.text" } ] }, "options": {} }, "name": "Extraire Données HTML", "type": "n8n-nodes-base.htmlExtract", "typeVersion": 1, "position": [ -840, 40 ], "id": "8e057cf3-2c39-4a2a-985a-70a2b4982bfe" }, { "parameters": {}, "type": "n8n-nodes-base.manualTrigger", "typeVersion": 1, "position": [ -1560, 40 ], "id": "2589e79d-6d8a-47aa-8460-1746d3227f3e", "name": "When clicking ‘Test workflow’" } ], "pinData": {}, "connections": { "Définir URL Cible": { "main": [ [ { "node": "Appel ScraperAPI", "type": "main", "index": 0 } ] ] }, "Appel ScraperAPI": { "main": [ [ { "node": "Extraire Données HTML", "type": "main", "index": 0 } ] ] }, "Extraire Données HTML": { "main": [ [] ] }, "When clicking ‘Test workflow’": { "main": [ [ { "node": "Définir URL Cible", "type": "main", "index": 0 } ] ] } }, "active": false, "settings": { "executionOrder": "v1" }, "versionId": "8601b780-c2fc-46ea-8ff7-a58d26c39f54", "meta": { "templateCredsSetupCompleted": true, "instanceId": "5a619f06ec2c896e1f85ba234fa869b1af69263e50551ce821fb415b1081493f" }, "id": "hhn6L0erjmVBKzLw", "tags": [] }

I created a new workflow, but the issue still persists.
I am currently using version 1.91.2.
Previously, everything was working as expected.

1 Like

I dit not receive any answer about my question

1 Like

Hey,

please attach flow like this
n8n attach workflow

just hit paste after clicking the code node, it will format okay.

did you upgrade at all, or has this just randomly started on the same version?

My guess is if dev env, try a restart see if that helps. Otherwise maybe we can looking at your workflow and see if this happens on a new env? Happy to help just provide the workflow

thanks :slight_smile: