Community Contributed LLM Example (Unverified)
detail.loadingPreview
Demonstrates using an open-source LLM with a basic chain.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow showcases a basic Large Language Model (LLM) chain connected to an open-source model. It provides an example of how to integrate with models like Mistral-7B-Instruct-v0.1 via Hugging Face Inference.
Key Features
- Connects to an open-source LLM (Mistral-7B-Instruct-v0.1).
- Uses a basic prompt to guide LLM responses.
- Demonstrates Hugging Face Inference node integration.
- Includes error handling.
How To Use
- Import this workflow into your n8n instance.
- Configure the Hugging Face API credentials in the 'Hugging Face Inference Model' node.
- Adjust the
maxTokensparameter in the 'Hugging Face Inference Model' node as needed. - You can modify the initial prompt in the 'Basic LLM Chain' node to change the LLM's behavior.
Apps Used
Workflow JSON
{
"id": "1163bc7c-6f67-4f1d-bf32-511857f2de37",
"name": "Community Contributed LLM Example (Unverified)",
"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: 1163bc7c-6f67...
About the Author
SaaS_Connector
Integration Guru
Connecting CRM, Notion, and Slack to automate your life.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Community Template: Unverified Data to Vector DB Chat
Load data from Google Drive into Pinecone, then chat with it using OpenAI.
Community Random Color Generator (Unverified)
Generates a random color, excluding specified colors.
ConvertKit: Add Subscriber to Form and Tag
Adds a subscriber to a ConvertKit form and a specific tag.
Create Website Screenshot and Send to Telegram
Captures a screenshot of a given website URL and sends it to a Telegram channel.
Community Unverified PDF Conversion
This template allows community users to convert files to PDF/A format.
Community Contributed: Screenshot Generation and Emailing (Unverified)
This workflow generates screenshots of a specified URL and emails them.