n8n-nodes-plemeo-generate-response
v0.1.3
Published
n8n node for plemeo text response generation
Maintainers
Readme
n8n-nodes-plemeo-generate_response
This is an n8n community node for interacting with Plemeo AI's text generation capabilities. This node allows you to generate AI-powered responses using Plemeo's send_message API endpoint.
Installation
Follow these instructions to install this node:
- Open your n8n instance
- Go to Settings > Community Nodes
- Click on Install and enter
n8n-nodes-plemeo-generate_response - Click on Install again
Alternatively, you can install this node manually:
npm install n8n-nodes-plemeo-generate_responseNode Features
This node provides a way to generate text responses using Plemeo AI. It connects to the /send_message endpoint and returns the generated response.
Node Configuration Parameters
| Parameter | Description | |-----------|-------------| | API Hostname | The hostname of the Plemeo AI API | | API Port | The port number of the Plemeo AI API | | API Path | The path of the Plemeo API endpoint | | User ID | The user ID for the API request | | Conversation ID | The conversation ID for the API request | | Organization ID | The organization ID for the API request | | Email | The email for the API request | | AI Model | The AI model to use for generation (e.g., gpt-4, gpt-3.5-turbo) | | Is OpenAI Model | Whether the selected model is an OpenAI model | | Message | The text message to generate a response for | | Allow Web Search | Whether to allow web search for generating responses | | Allow Private Data Access | Whether to allow access to private data for generating responses | | Use HTTP | Whether to use HTTP instead of HTTPS |
Example Usage
- Add the PlemeoGenerateResponse node to a workflow
- Configure the connection settings (hostname, port, path)
- Set the required parameters (User ID, Conversation ID, Organization ID, Email, etc.)
- Enter your message prompt
- Connect the node to additional nodes to process the response
