🎬 Generate recipes from ingredients with Ollama AI Chef Agent

2,229 views · 🎬 Content Creation & Video

Description

What It Does

The Chef Agent is your AI-powered kitchen companion—ready to turn leftover ingredients into meal inspiration. It’s a simple, fun n8n automation that:

Requirements

Why You’ll Love It

Installation

  1. Import the provided JSON template into your n8n workspace.
  2. Configure your AI node to match your local Ollama instance.
  3. Trigger the flow by sending a POST request to the webhook:
{
  "ingredients": "eggs, rice, spinach"
}

## 🔗 Nodes Used

Webhook, AI Agent, Ollama Chat Model, Simple Memory, Chat Trigger, Think Tool

## 📥 Import

Download [`workflow.json`](workflow.json) and import into n8n:
**Workflow menu → Import from File**

[📖 Importing guide](../../../docs/importing-templates.md) · [🔑 Credential setup](../../../docs/credential-setup.md)