by Aitor | 1Node
This n8n workflow enables you to chat with the uncensored Dolphin Mixtral 8x22B large language model through the Novita AI inference. It provides a streamlined process for sending user messages to the model and returning its responses, making it easy to integrate into chatbots, automation, or internal tools. How It Works User messages** are received from chat trigger The edit node prepares and formats the request for Novita AI's chat completion endpoint. The message is sent to Dolphin Mixtral 8x22B (uncensored) via the Novita API. The model's reply is extracted and returned as a clean string, ready for display or further automation. Set Up Steps Create a Novita AI account Sign up at Novita AI to access the API. Get your Novita API key Log into your Novita account and generate your API key. Configure the workflow in n8n Insert your Novita API key in the "Set fields" node, as well as additional endpoint parameters you might want to add to optimize your api (Optional) Customize or extend Add input triggers (chat, webhook, etc.), post-processing nodes, or error handling as needed. Useful links Novita chat completion docs Novita Privacy Policy Notes Dolphin Mixtral 8x22B** is uncensored: The model is very permissive and does not have restrictive safety alignment, so ensure your use case is appropriate and consider adding your own safety checks, as well as reviewing Novita's privacy policy. You can review and adapt the workflow steps inside n8n to fit your requirements, such as saving chat logs, formatting responses, or integrating with other tools.
by Harshil Agrawal
No description available
by Sarry
What does this workflow do? This workflow acts as the backend "brain" for a sophisticated AI Voice Interviewer. It receives a user's resume text and a target job description, then uses a Large Language Model (LLM) to conduct a realistic, voice-based interview. The workflow maintains conversation history to ask relevant follow-up questions, creating a dynamic and personalized interview practice experience. This template is designed to work with a simple HTML frontend that handles the voice-to-text and text-to-speech functionality. What services does this workflow use? Google Gemini:** This is the LLM used to generate intelligent interview questions. You can easily swap this out for other models like OpenAI. What credentials do you need to have? You will need one credential: A Google Gemini API Key. You can get one for free from the Google AI Studio. How to use this workflow This workflow is the backend and requires a frontend to interact with. Set up the Frontend: You can find the complete frontend code and setup instructions in this GitHub repository. Configure Credentials: In this n8n workflow, click on the "Google Gemini Chat Model" node and add your own Gemini API credential. Activate the Workflow: Make sure the workflow is saved and active. Connect Frontend to Backend: Click on the "Webhook" node and copy the Production URL. Paste this URL into the voice-interview.html page as instructed in the GitHub repository's README.md file. Start Interviewing: Fill out the form on the web page to begin your voice interview!
by Harshil Agrawal
Moving metrics from Google Sheets to Orbit
by Harshil Agrawal
No description available
by Harshil Agrawal
No description available
by Harshil Agrawal
No description available
by Harshil Agrawal
by Harshil Agrawal
No description available
by amudhan
Companion workflow for blogpost
by Arthur Braghetto
This workflow contains community nodes that are only compatible with the self-hosted version of n8n. Export Workflows Between n8n Instances Copy workflows between n8n instances β with optional credential export and automatic sub-workflow adjustments. π§ How it Works This workflow copies a selected workflow from a SOURCE n8n server to a TARGET server and guides you through safe checks: Name conflict check**: If a workflow with the same name exists on the target the export is stopped. Sub-workflows**: Detects calls to sub-workflows. If all sub-workflows exist on the target (same names), references are auto-updated and the export continues. If any are missing, the form shows whatβs missing and lets you cancel or proceed anyway. Credentials**: Detects nodes using credentials and lets you export those credentials along with the workflow. The workflow can only apply credential corrections for the credentials that you choose to export with it. At the end, the form lists which credentials were successfully exported. π‘ For in-depth behavior and edge cases, see the Notes inside the workflow (Setup, How It Works, and Credential Issues). π How to Use Run this workflow on your SOURCE server. Follow the step-by-step form: pick the workflow to export, choose whether to include credentials, and review sub-workflow checks. Done. βοΈ Setup Create an n8n API key on both servers (SOURCE and TARGET). On the SOURCE server, create two n8n API credentials in n8n: one for SOURCE and one for TARGET (using the respective base URL and key). Configure the nodes in this workflow with these two credentials. Detailed step-by-step instructions are available in the workflow notes. β Once configured, youβll be ready to migrate workflows between servers in just a few clicks.
by Annie To
Google Drive Folder Duplicator This n8n workflow creates a complete recursive copy of any Google Drive folder, preserving the entire folder structure, all files, and sharing permissions. What It Does Duplicates folders with unlimited nested subfolders Copies all files maintaining original names and metadata Preserves sharing permissions (users, groups, domains) Creates identical folder hierarchy in target location How It Works Initialize: Sets source/target folders and creates main destination folder Recursive Processing: Scans each folder level, splits files from subfolders File Handling: Copies files and applies original permissions Folder Handling: Creates subfolders and applies original permissions Self-Recursion: Calls itself for each subfolder to process unlimited nested levels Key Features Unlimited Depth: Handles any number of nested folder levels Permission Preservation: Maintains exact sharing settings Requirements Google Drive OAuth2 credentials with drive access