Fine-tuning GPT

上級

これはEngineering, AI分野の自動化ワークフローで、19個のノードを含みます。主にIf, Set, Code, Wait, Airtableなどのノードを使用、AI技術を活用したスマート自動化を実現。 GoogleシートまたはAirtableデータを使用したGPT-4oファインチューニングの自動化

前提条件
  • Airtable API Key
  • ターゲットAPIの認証情報が必要な場合あり
  • Google Sheets API認証情報
  • OpenAI API Key
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "id": "n5I2z5PXIENtW9ri",
  "meta": {
    "instanceId": "78cd535d8c280c9f391d1c1efae71bb3b005620d19729d7bf9cd5c4e1509eeb2",
    "templateCredsSetupCompleted": true
  },
  "name": "Fine Tune GPT",
  "tags": [],
  "nodes": [
    {
      "id": "fc478cd0-8d84-4e8a-b0d8-7b2a4bb6b65c",
      "name": "待機",
      "type": "n8n-nodes-base.wait",
      "position": [
        1560,
        0
      ],
      "webhookId": "441a25bb-a01c-4a27-a18b-3e242ea1c1b2",
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "4a6895a6-5a5c-48f2-98ea-2c6ed1d428e3",
      "name": "スケジュールトリガー",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -180,
        0
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "dec836ff-a0fb-4b6c-9ea6-e7a383343a2b",
      "name": "GPTモデルを設定",
      "type": "n8n-nodes-base.set",
      "position": [
        1020,
        0
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "f349a57b-0720-4ef1-8b0c-4d07c7908c73",
      "name": "ファインチューンジョブ開始",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1300,
        0
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "857dd175-1d8b-4b11-aabd-27a9ed9519a8",
      "name": "JSONLファイルをアップロード",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        740,
        0
      ],
      "parameters": {},
      "typeVersion": 1.8
    },
    {
      "id": "5b297840-c851-42a0-8490-6b8c2f77e6d2",
      "name": "JSONLファイルを作成",
      "type": "n8n-nodes-base.code",
      "position": [
        440,
        0
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "5270eae1-1218-4ef6-b423-b4267df04c2f",
      "name": "ファインチューンジョブを確認",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1740,
        0
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "3a2349ac-836a-4145-b0f9-cf1814db5180",
      "name": "成功の場合",
      "type": "n8n-nodes-base.if",
      "position": [
        1920,
        0
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "5ab2283c-3c25-4c4a-a786-3bb4c7c68702",
      "name": "失敗の場合",
      "type": "n8n-nodes-base.if",
      "position": [
        2120,
        100
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "18b2ad15-896b-48b9-a3fd-fc10214172a2",
      "name": "エラー: FAILED",
      "type": "n8n-nodes-base.stopAndError",
      "position": [
        2300,
        100
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "992ac7d4-c889-4d5c-8359-e85f82068144",
      "name": "ファインチューニング済みモデルをAirtableに追加",
      "type": "n8n-nodes-base.airtable",
      "disabled": true,
      "position": [
        2620,
        80
      ],
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "b0af9c97-b6e2-466d-9961-925685a6eb9d",
      "name": "ファインチューニング済みモデルをシートに追加",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        2620,
        -120
      ],
      "parameters": {},
      "typeVersion": 4.6
    },
    {
      "id": "abd193e2-472b-4bee-a4d5-8d78327eebe9",
      "name": "シートから例を取得",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        120,
        -100
      ],
      "parameters": {},
      "typeVersion": 4.5
    },
    {
      "id": "cc556207-aa3f-4eaa-a8f6-1bec94c055fc",
      "name": "Airtableから例を取得",
      "type": "n8n-nodes-base.airtable",
      "disabled": true,
      "position": [
        120,
        120
      ],
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "3d97f4cf-135c-49ba-b47c-43bfdf7ebb18",
      "name": "付箋",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -220,
        -280
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "06bc45b5-f279-4154-b3a5-bc7690019a64",
      "name": "付箋1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        360,
        -280
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "8d11924b-c641-40e7-8b0b-fee2db50a9c7",
      "name": "付箋2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        940,
        -280
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "bad9fdb4-b769-48f2-9335-3b1a3a2236f5",
      "name": "付箋3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1500,
        -280
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "2cce770f-eb21-4c86-8a19-16a2c0e37f2b",
      "name": "付箋4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2480,
        -280
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {
    "Schedule Trigger": [
      {
        "json": {
          "Hour": "04",
          "Year": "2025",
          "Month": "June",
          "Minute": "10",
          "Second": "35",
          "Timezone": "America/Los_Angeles (UTC-07:00)",
          "timestamp": "2025-06-10T04:10:35.192-07:00",
          "Day of week": "Tuesday",
          "Day of month": "10",
          "Readable date": "June 10th 2025, 4:10:35 am",
          "Readable time": "4:10:35 am"
        }
      }
    ]
  },
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "6bd0a799-f4a7-4907-8a14-204d023f4ae6",
  "connections": {
    "fc478cd0-8d84-4e8a-b0d8-7b2a4bb6b65c": {
      "main": [
        [
          {
            "node": "5270eae1-1218-4ef6-b423-b4267df04c2f",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "5ab2283c-3c25-4c4a-a786-3bb4c7c68702": {
      "main": [
        [
          {
            "node": "18b2ad15-896b-48b9-a3fd-fc10214172a2",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "fc478cd0-8d84-4e8a-b0d8-7b2a4bb6b65c",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "3a2349ac-836a-4145-b0f9-cf1814db5180": {
      "main": [
        [
          {
            "node": "992ac7d4-c889-4d5c-8359-e85f82068144",
            "type": "main",
            "index": 0
          },
          {
            "node": "b0af9c97-b6e2-466d-9961-925685a6eb9d",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "5ab2283c-3c25-4c4a-a786-3bb4c7c68702",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "dec836ff-a0fb-4b6c-9ea6-e7a383343a2b": {
      "main": [
        [
          {
            "node": "f349a57b-0720-4ef1-8b0c-4d07c7908c73",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "4a6895a6-5a5c-48f2-98ea-2c6ed1d428e3": {
      "main": [
        [
          {
            "node": "abd193e2-472b-4bee-a4d5-8d78327eebe9",
            "type": "main",
            "index": 0
          },
          {
            "node": "cc556207-aa3f-4eaa-a8f6-1bec94c055fc",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "5b297840-c851-42a0-8490-6b8c2f77e6d2": {
      "main": [
        [
          {
            "node": "857dd175-1d8b-4b11-aabd-27a9ed9519a8",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "857dd175-1d8b-4b11-aabd-27a9ed9519a8": {
      "main": [
        [
          {
            "node": "dec836ff-a0fb-4b6c-9ea6-e7a383343a2b",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "f349a57b-0720-4ef1-8b0c-4d07c7908c73": {
      "main": [
        [
          {
            "node": "fc478cd0-8d84-4e8a-b0d8-7b2a4bb6b65c",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "5270eae1-1218-4ef6-b423-b4267df04c2f": {
      "main": [
        [
          {
            "node": "3a2349ac-836a-4145-b0f9-cf1814db5180",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "abd193e2-472b-4bee-a4d5-8d78327eebe9": {
      "main": [
        [
          {
            "node": "5b297840-c851-42a0-8490-6b8c2f77e6d2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "cc556207-aa3f-4eaa-a8f6-1bec94c055fc": {
      "main": [
        [
          {
            "node": "5b297840-c851-42a0-8490-6b8c2f77e6d2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

このワークフローの使い方は?

上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。

このワークフローはどんな場面に適していますか?

上級 - エンジニアリング, 人工知能

有料ですか?

このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。

ワークフロー情報
難易度
上級
ノード数19
カテゴリー2
ノードタイプ11
難易度説明

上級者向け、16ノード以上の複雑なワークフロー

作成者
Matty Reed

Matty Reed

@mattyreed1

Student and Teacher | Designer and Builder | Helping Founders Flourish

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34