@inductiv/node-red-openai-api 1.0.2 → 1.2.0

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.
@@ -16,10 +16,15 @@
16
16
  "streaming": "streaming"
17
17
  },
18
18
  "parameters": {
19
+ "createVectorStoreFile": "create vector store file",
20
+ "listVectorStoreFiles": "list vector store files",
21
+ "retrieveVectorStoreFile": "retrieve vector store file",
22
+ "deleteVectorStoreFile": "delete vector store file",
19
23
  "createVectorStoreFileBatch": "create vector stoe file batch",
20
24
  "retrieveVectorStoreFileBatch": "retrieve vector store file batch",
21
25
  "cancelVectorStoreFileBatch": "cancel vector store file batch",
22
26
  "listVectorStoreBatchFiles": "list vector store batch files",
27
+ "uploadAndPollVectorStoreFileBatch": "upload and poll file batch",
23
28
  "createVectorStore": "create vector store",
24
29
  "listVectorStores": "list vector stores",
25
30
  "retrieveVectorStore": "retrieve vector store",
@@ -76,6 +81,7 @@
76
81
  "retrieveFineTuningJob": "retrieve fine-tuning job",
77
82
  "fine_tuning_job_id": "fine-tuning job id",
78
83
  "listFineTuningEvents": "list fine-tuning events",
84
+ "listFineTuningCheckpoints": "list fine-tuning checkpoints",
79
85
  "cancelFineTuningJob": "cancel fine-tuning",
80
86
  "createFineTune": "POST /fine-tunes",
81
87
  "listFineTunes": "GET /fine-tunes",
@@ -24,6 +24,7 @@
24
24
  "retrieveVectorStoreFileBatch": "retrieve vector store file batch",
25
25
  "cancelVectorStoreFileBatch": "cancel vector store file batch",
26
26
  "listVectorStoreBatchFiles": "list vector store batch files",
27
+ "uploadAndPollVectorStoreFileBatch": "upload and poll file batch",
27
28
  "createVectorStore": "create vector store",
28
29
  "listVectorStores": "list vector stores",
29
30
  "retrieveVectorStore": "retrieve vector store",
@@ -80,6 +81,7 @@
80
81
  "retrieveFineTuningJob": "retrieve fine-tuning job",
81
82
  "fine_tuning_job_id": "fine-tuning job id",
82
83
  "listFineTuningEvents": "list fine-tuning events",
84
+ "listFineTuningCheckpoints": "list fine-tuning checkpoints",
83
85
  "cancelFineTuningJob": "cancel fine-tuning",
84
86
  "createFineTune": "POST /fine-tunes",
85
87
  "listFineTunes": "GET /fine-tunes",