n8n-nodes-rooyai-chat 0.4.1 → 0.4.5

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.
@@ -9,7 +9,7 @@ class Rooyai {
9
9
  this.description = {
10
10
  displayName: 'Rooyai Chat Model',
11
11
  name: 'rooyaiChatModel',
12
- icon: 'file:rooyai.svg',
12
+ icon: 'file:rooyai.png',
13
13
  group: ['transform'],
14
14
  version: 1,
15
15
  description: 'Language Model Rooyai',
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-rooyai-chat",
3
- "version": "0.4.1",
3
+ "version": "0.4.5",
4
4
  "description": "n8n supply node for Rooyai Chat API - Provides Rooyai language models for use with Basic LLM Chain, AI Agent, and other AI nodes.",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",
@@ -1,10 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
2
- <defs>
3
- <linearGradient id="rooyaiGradient" x1="0%" y1="0%" x2="100%" y2="100%">
4
- <stop offset="0%" style="stop-color:#667eea;stop-opacity:1" />
5
- <stop offset="100%" style="stop-color:#764ba2;stop-opacity:1" />
6
- </linearGradient>
7
- </defs>
8
- <circle cx="50" cy="50" r="45" fill="url(#rooyaiGradient)" />
9
- <text x="50" y="70" font-family="Arial, sans-serif" font-size="50" font-weight="bold" fill="white" text-anchor="middle">R</text>
10
- </svg>