8
n8n 中文网amn8n.com

使用GPT-4和GitHub从Git提交生成专业更新日志

中级

这是一个AI Summarization, Multimodal AI领域的自动化工作流,包含 10 个节点。主要使用 Github, GithubTrigger, Agent, LmChatOpenAi, MemoryBufferWindow 等节点。 使用GPT-4和GitHub从Git提交生成专业更新日志

前置要求
  • GitHub Personal Access Token
  • OpenAI API Key
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "nodes": [
    {
      "name": "GitHub 触发器",
      "type": "n8n-nodes-base.githubTrigger",
      "position": [
        -192,
        96
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "获取提交",
      "type": "n8n-nodes-base.github",
      "position": [
        48,
        96
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "创建 GitHub 发布",
      "type": "n8n-nodes-base.github",
      "position": [
        592,
        96
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "注意 - GitHub 触发器",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -272,
        -96
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "name": "注意 - 获取提交",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -16,
        -96
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "name": "注意 - LLM Agent",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        256,
        -96
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "name": "注意 - GitHub 发布",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        528,
        -96
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "b6c81a20-b8b9-4a68-a985-8ae4f74ba13b",
      "name": "AI 代理",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        272,
        96
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "05d47c2d-9eb2-45d0-9c62-7247320ce52e",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        256,
        304
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "c8289e74-95f1-4d1e-84b5-bdd6466ff0de",
      "name": "简单记忆",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        368,
        304
      ],
      "parameters": {},
      "typeVersion": 1.3
    }
  ],
  "pinData": {},
  "connections": {
    "AI Agent": {
      "main": [
        [
          {
            "node": "Create GitHub Release",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Commits": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Simple Memory": {
      "ai_memory": [
        [
          {
            "node": "AI Agent",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "GitHub Trigger": {
      "main": [
        [
          {
            "node": "Get Commits",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

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

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

中级 - AI 摘要总结, 多模态 AI

需要付费吗?

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

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

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

外部链接
在 n8n.io 查看

分享此工作流