n8n-nodes-nilai 0.1.1 → 0.1.2

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.
@@ -50,14 +50,14 @@ class NilAi {
50
50
  ],
51
51
  properties: [
52
52
  {
53
- displayName: 'Model',
53
+ displayName: 'Model Name or ID',
54
54
  name: 'model',
55
55
  type: 'options',
56
56
  typeOptions: {
57
57
  loadOptionsMethod: 'getModels',
58
58
  },
59
- default: 'google/gemma-4-26B-A4B-it',
60
- description: 'The model to run inside the nilAI TEE. Loaded live from your nilAI endpoint.',
59
+ default: '',
60
+ description: 'The model to run inside the nilAI TEE. Loaded live from your nilAI endpoint. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
61
61
  },
62
62
  {
63
63
  displayName: 'Instructions',
@@ -67,7 +67,7 @@ class NilAi {
67
67
  rows: 2,
68
68
  },
69
69
  default: '',
70
- description: "What you want the model to do, e.g. 'Summarise this in 3 sentences and 3-5 key bullet points'.",
70
+ description: 'What you want the model to do, e.g. \'Summarise this in 3 sentences and 3-5 key bullet points\'',
71
71
  hint: 'Plain text — the task only. Keep your data out of here (put that in Input). Leave empty to send just the Input as-is.',
72
72
  },
73
73
  {
@@ -87,7 +87,7 @@ class NilAi {
87
87
  name: 'simplify',
88
88
  type: 'boolean',
89
89
  default: true,
90
- description: "Whether to return a clean result instead of nilAI's full raw response object.",
90
+ description: 'Whether to return a clean result instead of nilAI\'s full raw response object',
91
91
  hint: 'On: tidy output — just the answer, the verification results and token usage. Off: the complete raw nilAI response (every field), handy for debugging.',
92
92
  },
93
93
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-nilai",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Use Nillion nilAI — private LLM inference in a TEE, OpenAI-compatible — directly in n8n, with built-in cryptographic verification of every response.",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",