8
n8n 中文网amn8n.com

图像分析

中级

这是一个Finance, AI领域的自动化工作流,包含 6 个节点。主要使用 Telegram, EditImage, TelegramTrigger, ChainLlm, LmChatOpenAi 等节点,结合人工智能技术实现智能自动化。 使用GPT-4 Vision分析股票图表并通过Telegram发送结果

前置要求
  • Telegram Bot Token
  • OpenAI API Key
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "yBjR5afdjZNtPifv",
  "meta": {
    "instanceId": "5f9764ce8ade9ce9b31164c3b692a0c825a999b46f96de953f9cdad63881e1ab",
    "templateCredsSetupCompleted": true
  },
  "name": "图像分析",
  "tags": [],
  "nodes": [
    {
      "id": "fb1046cf-d558-4874-a749-8f03b9f7ad3e",
      "name": "Telegram 触发器",
      "type": "n8n-nodes-base.telegramTrigger",
      "position": [
        -720,
        -200
      ],
      "webhookId": "69c98bf3-aed0-4b73-ba6f-15879fb2378b",
      "parameters": {
        "updates": [
          "message"
        ],
        "additionalFields": {
          "download": true
        }
      },
      "credentials": {
        "telegramApi": {
          "id": "jqN4zt7cRMB5sO0P",
          "name": "image_anlsis"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "381f813f-1d16-4e31-a12f-0ad36155bc05",
      "name": "基础LLM链",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        140,
        -360
      ],
      "parameters": {
        "text": "这只股票怎么样",
        "batching": {},
        "messages": {
          "messageValues": [
            {
              "message": "# 股票图表分析提示词\n\n## 角色定义\n您的角色是分析股票价格图表。\n\n## 分析要求\n对于每个股票图表,请提供:\n- 股票名称和当前价格趋势(上涨/下跌/横盘)\n- 关键价位或百分比变化\n- 简要趋势分析\n\n\n## 输出格式(JSON)\n{\n  \"search_word\": \"与股票所属行业或公司业务相关的核心检索词\",\n  \"content\": \"股票名称 + 趋势分析 + 关键价格信息 + 技术面解读\"\n}\n\n## 注意事项\n- **search_word**: 匹配股票所属行业关键词,同时也能是一些细分行业关键词\n- **content**: 趋势分析要富含逻辑,因为你的决策决定了用户能否赚钱,包含技术面和市场情绪信息\n- 价格信息要准确,包括具体数值和百分比变化,同时可以提醒用户可能的止损或者止盈的价格\n- search_word要能准确反映该股票的核心业务领域或行业属性"
            },
            {
              "type": "HumanMessagePromptTemplate",
              "messageType": "imageBinary"
            }
          ]
        },
        "promptType": "define",
        "hasOutputParser": true
      },
      "typeVersion": 1.7
    },
    {
      "id": "453589be-36f3-4022-8306-ba54b2d6bbcf",
      "name": "编辑图像",
      "type": "n8n-nodes-base.editImage",
      "position": [
        -220,
        -360
      ],
      "parameters": {
        "width": 512,
        "height": 512,
        "options": {},
        "operation": "resize",
        "dataPropertyName": "=data"
      },
      "typeVersion": 1
    },
    {
      "id": "28b88eeb-da05-4a17-ac2c-4fdf846296fb",
      "name": "Telegram",
      "type": "n8n-nodes-base.telegram",
      "position": [
        740,
        -440
      ],
      "webhookId": "41cfac39-0bd2-474b-a1a2-83fc4115e257",
      "parameters": {
        "text": "={{ $json.output.content }}",
        "chatId": "={{ $('Telegram Trigger').item.json.message.chat.id }}",
        "additionalFields": {}
      },
      "credentials": {
        "telegramApi": {
          "id": "jqN4zt7cRMB5sO0P",
          "name": "image_anlsis"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "0f7f2636-d90e-4ea1-8f4f-ad528ef8db50",
      "name": "OpenAI 聊天模型",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        100,
        -160
      ],
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "gpt-4-vision-preview",
          "cachedResultName": "gpt-4-vision-preview"
        },
        "options": {}
      },
      "credentials": {
        "openAiApi": {
          "id": "rRrVLkLnJIVGp3tN",
          "name": "geminiapi"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "c88d1439-c1fb-4411-9996-6cd5f22d980a",
      "name": "结构化输出解析器",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        460,
        -140
      ],
      "parameters": {
        "jsonSchemaExample": "{\n  \"search_word\": \"与股票所属行业或公司业务相关的核心检索词\",\n  \"content\": \"股票名称 + 趋势分析 + 关键价格信息 + 技术面解读\"\n}"
      },
      "typeVersion": 1.2
    }
  ],
  "active": true,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "6c6c21e5-3ee4-48b9-9330-4c42367722c5",
  "connections": {
    "Edit Image": {
      "main": [
        [
          {
            "node": "Basic LLM Chain",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Basic LLM Chain": {
      "main": [
        [
          {
            "node": "Telegram",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Telegram Trigger": {
      "main": [
        [
          {
            "node": "Edit Image",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Basic LLM Chain",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Structured Output Parser": {
      "ai_outputParser": [
        [
          {
            "node": "Basic LLM Chain",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。

这个工作流适合什么场景?

中级 - 财务, 人工智能

需要付费吗?

本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。

工作流信息
难度等级
中级
节点数量6
分类2
节点类型6
难度说明

适合有一定经验的用户,包含 6-15 个节点的中等复杂度工作流

外部链接
在 n8n.io 查看

分享此工作流