OpenAI 모델 파인튜닝
중급
이것은AI분야의자동화 워크플로우로, 9개의 노드를 포함합니다.주로 GoogleDrive, HttpRequest, ManualTrigger, Agent, OpenAi 등의 노드를 사용하며인공지능 기술을 결합하여 스마트 자동화를 구현합니다. Google Drive를 통합한 OpenAI 모델 엔드투엔드 자동 미세 조정
사전 요구사항
- •Google Drive API 인증 정보
- •대상 API의 인증 정보가 필요할 수 있음
- •OpenAI API Key
카테고리
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "gAzsjTGbfWuvAObi",
"meta": {
"instanceId": "a4bfc93e975ca233ac45ed7c9227d84cf5a2329310525917adaf3312e10d5462",
"templateCredsSetupCompleted": true
},
"name": "Fine-tuning with OpenAI models",
"tags": [
{
"id": "2VG6RbmUdJ2VZbrj",
"name": "Google Drive",
"createdAt": "2024-12-04T16:50:56.177Z",
"updatedAt": "2024-12-04T16:50:56.177Z"
},
{
"id": "paTcf5QZDJsC2vKY",
"name": "OpenAI",
"createdAt": "2024-12-04T16:52:10.768Z",
"updatedAt": "2024-12-04T16:52:10.768Z"
}
],
"nodes": [
{
"id": "ff65c2db-6a94-4e56-a10c-2538c9617df6",
"name": "워크플로우 '테스트' 클릭 시",
"type": "n8n-nodes-base.manualTrigger",
"position": [
220,
320
],
"parameters": {},
"typeVersion": 1
},
{
"id": "208fc618-0543-4552-bd65-9c808c879d88",
"name": "Google Drive",
"type": "n8n-nodes-base.googleDrive",
"position": [
440,
320
],
"parameters": {
"fileId": {
"__rl": true,
"mode": "list",
"value": "1wvlEcbxFIENvqL-bACzlLEfy5gA6uF9J",
"cachedResultUrl": "https://drive.google.com/file/d/1wvlEcbxFIENvqL-bACzlLEfy5gA6uF9J/view?usp=drivesdk",
"cachedResultName": "test_fine_tuning.jsonl"
},
"options": {
"binaryPropertyName": "data.jsonl",
"googleFileConversion": {
"conversion": {
"docsToFormat": "application/pdf"
}
}
},
"operation": "download"
},
"credentials": {
"googleDriveOAuth2Api": {
"id": "HEy5EuZkgPZVEa9w",
"name": "Google Drive account"
}
},
"typeVersion": 3
},
{
"id": "3580d925-c8c9-446f-bfa4-faae5ed3f44a",
"name": "AI 에이전트",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
500,
800
],
"parameters": {
"options": {}
},
"typeVersion": 1.7
},
{
"id": "d309da46-c44e-47b7-bb46-5ee6fe7e6964",
"name": "채팅 메시지 수신 시",
"type": "@n8n/n8n-nodes-langchain.chatTrigger",
"position": [
220,
800
],
"webhookId": "88151d03-e7f5-4c9a-8190-7cff8e849ca2",
"parameters": {
"options": {}
},
"typeVersion": 1.1
},
{
"id": "84b896f7-d1dd-4485-a088-3c7f8154a406",
"name": "OpenAI 채팅 모델",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
380,
1000
],
"parameters": {
"model": "ft:gpt-4o-mini-2024-07-18:n3w-italia::AsVfsl7B",
"options": {}
},
"credentials": {
"openAiApi": {
"id": "CDX6QM4gLYanh0P4",
"name": "OpenAi account"
}
},
"typeVersion": 1.1
},
{
"id": "3bff93e4-70c3-48c7-b0b3-d2a9881689c4",
"name": "스티키 노트1",
"type": "n8n-nodes-base.stickyNote",
"position": [
220,
560
],
"parameters": {
"width": 556.5145228215765,
"height": 211.35269709543567,
"content": "# Step 2\n\nOnce the .jsonl file for training is uploaded (See the entire process here.: https://platform.openai.com/finetune/), a \"new model\" will be created and made available via your API. OpenAI will automatically train it based on the uploaded .jsonl file. If the training is successful, the new model will be accessible via API.\n\neg. ft:gpt-4o-mini-2024-07-18:n3w-italia::XXXXX7B"
},
"typeVersion": 1
},
{
"id": "ea67edd7-986d-47cd-bc1a-5df49851e27b",
"name": "스티키 노트2",
"type": "n8n-nodes-base.stickyNote",
"position": [
220,
-5.676348547717737
],
"parameters": {
"width": 777.3941908713687,
"height": 265.161825726141,
"content": "# Step 1\n\nCreate the training file .jsonl with the following syntax and upload it to Drive.\n\n{\"messages\": [{\"role\": \"system\", \"content\": \"You are an experienced and helpful travel assistant.\"}, {\"role\": \"user\", \"content\": \"What documents are needed to travel to the United States?\"}, {\"role\": \"assistant\", \"content\": \"To travel to the United States, you will need a valid passport and an ESTA authorization, which you can apply for online. Make sure to check the specific requirements based on your nationality.\"}]}\n....\n\nThe file will be uploaded here: https://platform.openai.com/storage/files\n\n"
},
"typeVersion": 1
},
{
"id": "87df3b85-01ac-41db-b5b6-a236871fa4e2",
"name": "파일 업로드",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
660,
320
],
"parameters": {
"options": {
"purpose": "fine-tune"
},
"resource": "file",
"binaryPropertyName": "data.jsonl"
},
"credentials": {
"openAiApi": {
"id": "CDX6QM4gLYanh0P4",
"name": "OpenAi account"
}
},
"typeVersion": 1.8
},
{
"id": "c8ec10d4-ff83-461f-94ac-45b68d298276",
"name": "파인튜닝 작업 생성",
"type": "n8n-nodes-base.httpRequest",
"position": [
900,
320
],
"parameters": {
"url": "https://api.openai.com/v1/fine_tuning/jobs",
"method": "POST",
"options": {},
"jsonBody": "={\n \"training_file\": \"{{ $json.id }}\",\n \"model\": \"gpt-4o-mini-2024-07-18\"\n} ",
"sendBody": true,
"sendHeaders": true,
"specifyBody": "json",
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"headerParameters": {
"parameters": [
{
"name": "Content-Type",
"value": "application/json"
}
]
}
},
"credentials": {
"httpHeaderAuth": {
"id": "0WeSLPyZXOxqMuzn",
"name": "OpenAI API"
}
},
"typeVersion": 4.2
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "a4aa95f5-132b-4aa3-a7f5-3bb316e00133",
"connections": {
"87df3b85-01ac-41db-b5b6-a236871fa4e2": {
"main": [
[
{
"node": "c8ec10d4-ff83-461f-94ac-45b68d298276",
"type": "main",
"index": 0
}
]
]
},
"208fc618-0543-4552-bd65-9c808c879d88": {
"main": [
[
{
"node": "87df3b85-01ac-41db-b5b6-a236871fa4e2",
"type": "main",
"index": 0
}
]
]
},
"84b896f7-d1dd-4485-a088-3c7f8154a406": {
"ai_languageModel": [
[
{
"node": "3580d925-c8c9-446f-bfa4-faae5ed3f44a",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"d309da46-c44e-47b7-bb46-5ee6fe7e6964": {
"main": [
[
{
"node": "3580d925-c8c9-446f-bfa4-faae5ed3f44a",
"type": "main",
"index": 0
}
]
]
},
"ff65c2db-6a94-4e56-a10c-2538c9617df6": {
"main": [
[
{
"node": "208fc618-0543-4552-bd65-9c808c879d88",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 인공지능
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
ElevenLabs와 OpenAI를 활용한 음성 RAG 챗봇
ElevenLabs와 OpenAI 기반 AI 음성 챗봇 - 고객 서비스 및 음식 업계에 적합
Webhook
Google Drive
Http Request
+
Webhook
Google Drive
Http Request
23 노드Davide
인공지능
메일 AI 자동 응답기. 요약 및 메일 발송
기업급 AI 메일 자동화: RAG 기반 메일 요약 및 응답
Markdown
Email Send
Google Drive
+
Markdown
Email Send
Google Drive
26 노드Davide
인공지능
Voiceflow, Google Calendar 및 RAG을 사용하여 채팅 로봇, 음성 대리자 및 전화 대리자를 구축
사용법 Voiceflow, Google Calendar 및 RAG를 사용하여 채팅 로봇, 음성 및 전화 대리인 구축
Set
Webhook
Google Drive
+
Set
Webhook
Google Drive
34 노드Davide
인공지능
RetellAI를 사용한 AI 전화 어시스턴트
Retell, Google 캘린더 및 RAG 통합된 AI 전화 어시스턴트 구축
Set
Filter
Webhook
+
Set
Filter
Webhook
36 노드Davide
인공지능
비즈니스 WhatsApp AI RAG 채팅 로봇
OpenAI 기반 완전한 비즈니스 WhatsApp AI 드라이브 RAG 채팅 로봇
If
Webhook
Whats App
+
If
Webhook
Whats App
24 노드Davide
인공지능
AI를 사용하여 이메일을 쉽게 관리
AI 기반 이메일 요약 및 검토 - 쉬운 이메일 관리
Set
Gmail
Markdown
+
Set
Gmail
Markdown
31 노드Davide
인공지능
워크플로우 정보
난이도
중급
노드 수9
카테고리1
노드 유형8
저자
Davide
@n3witaliaFull-stack Web Developer based in Italy specialising in Marketing & AI-powered automations. For business enquiries, send me an email at info@n3w.it or add me on Linkedin.com/in/davideboizza
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유