Build and launch a custom chat model in one flow. The setup moves a JSONL training file from Google Drive into OpenAI, starts a fine tuning job, and exposes a chat endpoint powered by the fine tuned model. Great for teams that need a focused assistant for one topic or brand voice.
On a manual run, the Google Drive node downloads your JSONL file as binary data. n8n then uploads the file to OpenAI storage with purpose set to fine tune and sends a POST request to create a training job on the base model. A separate chat trigger waits for messages and routes them to an OpenAI Chat Model that points to the fine tuned model id. An AI Agent bridges the chat and the model so people can talk to it in real time.
Set the Drive file id, your OpenAI API key, and the Authorization header for the job request. Expect setup time to drop from hours to minutes and responses to follow your training data closely. Use this for customer help, onboarding bots, and internal knowledge assistants where consistent tone and facts matter.