workflows.fit
Back to n8n workflows
n8n templateFreeBy Aitor | 1Node

Chat with uncensored Dolphin Mixtral 8x22B using Novita AI

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 return...

DevelopmentCore NodesLangchainChat TriggerHttp RequestSetSticky Note
Loading interactive preview...

Template notes

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

1. Create a [Novita AI](https://novita.ai/?ref=mze5m2e&utmsource=affiliate) account - Sign up at [Novita AI](https://novita.ai/?ref=mze5m2e&utmsource=affiliate) to access the API.

2. Get your Novita API key - Log into your Novita account and generate your API key.

3. 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

4. (Optional) Customize or extend - Add input triggers (chat, webhook, etc.), post-processing nodes, or error handling as needed.