Community Contributed LLM Chain Example
detail.loadingPreview
Demonstrates building a basic LLM chain using custom code and tools.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow showcases how to construct a simple Large Language Model (LLM) chain using n8n's custom code node and integrating with tools like Wikipedia. It highlights basic prompt engineering and LLM interaction.
Key Features
- Utilizes a custom code node for LLM chain logic.
- Integrates with a pre-built Wikipedia tool.
- Demonstrates setting input for LLM queries.
- Includes basic error handling.
How To Use
- Import the workflow into your n8n instance.
- Configure the 'OpenAI Chat Model' nodes with your OpenAI API credentials.
- Execute the workflow manually.
- Observe the output from the LLM chain and the Wikipedia tool.
Apps Used
Workflow JSON
{
"id": "6c71b714-be4e-4dfe-bbdd-dc8e0fa11a6e",
"name": "Community Contributed LLM Chain Example",
"nodes": 0,
"category": "Community Contributed",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 6c71b714-be4e...
About the Author
N8N_Community_Pick
Curator
Hand-picked high quality workflows from the global community.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Community Blog Automation
Automate blog post creation and updates using Google Sheets and WordPress.
Community Template: Unverified Data to Vector DB Chat
Load data from Google Drive into Pinecone, then chat with it using OpenAI.
Get PDF with JSReport
Generate PDFs from form input using JSReport.
Community Contributed: Google Drive to Social Media Upload
Automate video uploads from Google Drive to social media platforms like TikTok and Instagram.
Community Contributed News Extraction (Unverified)
Extracts news posts from a website without an RSS feed, filters them by date, summarizes their content, and extracts relevant keywords.
Create User Profile in Vero
Automates the creation of user profiles within the Vero platform.