n8n-nodes-rooyai 1.0.9 → 1.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +19 -37
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,47 +1,29 @@
1
- # Rooyai Message a Model for n8n 🚀
1
+ # Rooyai Message a Model 🚀
2
2
 
3
- The official **Rooyai** integration node for n8n. Seamlessly connect your workflows with top-tier AI models like **GPT-4o**, **Claude 3.5 Sonnet**, **Gemini 1.5 Pro**, and **Llama 3**.
3
+ **One Node. All Models.**
4
4
 
5
- ![Rooyai Banner](https://rooyai.com/assets/banner.png)
5
+ Official integration from [Rooyai](https://rooyai.com). We bring all top-tier AI providers into a single, easy-to-use n8n node. Whether you need GPT-4, Claude, or Llama, just select and chat.
6
6
 
7
- ## ✨ Features
7
+ ---
8
8
 
9
- - **Unified Access**: Switch between OpenAI and OpenRouter providers instantly.
10
- - **Dynamic Models**: Always get the latest models available for your selected provider.
11
- - **Advanced Control**: Fine-tune Temperature, Max Tokens, and System Prompts.
12
- - **Rooyai Certified**: Built and maintained by the Rooyai team.
9
+ ## Why use this?
13
10
 
14
- ## 📦 Installation
11
+ - **All-in-One Access**: Don't juggle multiple nodes. Access OpenAI, Anthropic, Google, and Meta models from one place.
12
+ - **Simple & Fast**: Just pick your provider (like OpenRouter or OpenAI), choose a model, and send a message.
13
+ - **Rooyai Powered**: Optimized for seamless integration with Rooyai services.
15
14
 
16
- ### Automatic (Recommended)
17
- 1. Open your n8n instance.
18
- 2. Go to **Settings** > **Community Nodes**.
19
- 3. Click **Install**.
20
- 4. Type `n8n-nodes-rooyai`.
21
- 5. Click Install!
15
+ ## 🛠️ How to use
22
16
 
23
- ### Manual
24
- ```bash
25
- npm install n8n-nodes-rooyai
17
+ 1. **Install**: Search for `n8n-nodes-rooyai` in n8n Community Nodes.
18
+ 2. **Setup**: Add your API Key in the "Rooyai API Account" credential.
19
+ 3. **Chat**: Select your model and start building!
26
20
 
27
- 🔑 Credentials Setup
28
- Add a new Credential in n8n.
21
+ ---
29
22
 
30
- Search for "Rooyai API Account".
23
+ ### Supported Providers
24
+ - **OpenAI** (GPT-4o, GPT-4 Turbo, etc.)
25
+ - **OpenRouter** (Claude 3.5, Gemini 1.5, Llama 3, DeepSeek, and more)
31
26
 
32
- Choose your Provider (OpenAI or OpenRouter).
33
-
34
- Paste your API Key.
35
-
36
- 💡 Usage Example
37
- Add the Rooyai Message a Model node.
38
-
39
- Connect it to a Webhook or Trigger.
40
-
41
- Select your Model (e.g., GPT-4o).
42
-
43
- Enter your prompt in the Messages field.
44
-
45
- Execute!
46
-
47
- Developed with ❤️ by Rooyai.
27
+ > _Simplifying AI automation for everyone._
28
+ >
29
+ > Developed by **Rooyai**.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-rooyai",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "Rooyai Message a Model - Official n8n node for Rooyai AI services. Chat with GPT-4, Claude, Gemini, and Llama models directly.",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",