@tiger16601/n8n-nodes-fastgpt 1.1.8 → 1.1.9

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.
@@ -541,7 +541,6 @@ const sharedOperations = [
541
541
  name: "vectorModel",
542
542
  type: "string",
543
543
  default: "",
544
- required: true,
545
544
  description: "建议留空使用系统默认。例如:text-embedding-ada-002",
546
545
  displayOptions: {
547
546
  show: {
@@ -561,7 +560,6 @@ const sharedOperations = [
561
560
  name: "agentModel",
562
561
  type: "string",
563
562
  default: "",
564
- required: true,
565
563
  description: "建议留空使用系统默认。例如:gpt-3.5-turbo-16k",
566
564
  displayOptions: {
567
565
  show: {
@@ -581,7 +579,6 @@ const sharedOperations = [
581
579
  name: "vlmModel",
582
580
  type: "string",
583
581
  default: "",
584
- required: true,
585
582
  description: "建议留空使用系统默认。例如:gpt-4.1",
586
583
  displayOptions: {
587
584
  show: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tiger16601/n8n-nodes-fastgpt",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "description": "Fastgpt智能问答",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",