πŸ’¬ Line chatbot handling AI responses with Groq and Llama3

⚑ 1,647 views Β· πŸ’¬ Support Chatbots

Description

Workflow overview:

This workflow is designed for dynamic and intelligent conversational capabilities. It incorporates Meta’s llama3.3-versatile model for personal assistant. There are no issues when sending simple text to the LINE reply API, so in this workflow you can see how to handle large and complex text sending from AI chat without any errors.

Workflow description:

  1. User uses Line Messaging API to send message to the chatbot, create line business ID from here: Line Business
  2. Set the message from Step 1 to the proper value
  3. Send the message to process at Groq using API key that we have created from Groq
  4. Send the reply message from AI Agent back to Line Messaging API account

Key Features:

To use this template, you need to be on n8n version 1.79.0 or later.

πŸ”— Nodes Used

HTTP Request, Webhook

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup