@inductiv/node-red-openai-api 0.8.0 → 1.0.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.
- package/README.md +50 -62
- package/examples/assistants.json +156 -189
- package/examples/chat.json +5 -3
- package/examples/embeddings.json +9 -2
- package/examples/fine-tuning.json +3 -1
- package/examples/messages.json +4 -2
- package/examples/models.json +3 -1
- package/examples/threads.json +3 -1
- package/lib.js +362 -333
- package/locales/de-DE/node.json +20 -2
- package/locales/en-US/node.json +18 -1
- package/locales/ja/node.json +18 -3
- package/locales/zh-CN/node.json +20 -2
- package/node.html +983 -148
- package/package.json +22 -15
package/locales/de-DE/node.json
CHANGED
|
@@ -8,13 +8,31 @@
|
|
|
8
8
|
"header": "Auth Header",
|
|
9
9
|
"organizationId": "Org Id",
|
|
10
10
|
"apiKey": "API Key",
|
|
11
|
-
"isQuery": "isQuery"
|
|
11
|
+
"isQuery": "isQuery",
|
|
12
|
+
"property": "Property"
|
|
12
13
|
},
|
|
13
14
|
"status": {
|
|
14
15
|
"requesting": "requesting",
|
|
15
16
|
"streaming": "streaming"
|
|
16
17
|
},
|
|
17
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",
|
|
23
|
+
"createVectorStoreFileBatch": "create vector stoe file batch",
|
|
24
|
+
"retrieveVectorStoreFileBatch": "retrieve vector store file batch",
|
|
25
|
+
"cancelVectorStoreFileBatch": "cancel vector store file batch",
|
|
26
|
+
"listVectorStoreBatchFiles": "list vector store batch files",
|
|
27
|
+
"createVectorStore": "create vector store",
|
|
28
|
+
"listVectorStores": "list vector stores",
|
|
29
|
+
"retrieveVectorStore": "retrieve vector store",
|
|
30
|
+
"modifyVectorStore": "modify vector store",
|
|
31
|
+
"deleteVectorStore": "delete vector store",
|
|
32
|
+
"createBatch": "create batch",
|
|
33
|
+
"retrieveBatch": "retrieve batch",
|
|
34
|
+
"cancelBatch": "cancel batch",
|
|
35
|
+
"listBatch": "list batch",
|
|
18
36
|
"createChatCompletion": "create chat completion",
|
|
19
37
|
"body": "body",
|
|
20
38
|
"request_body": "Request Body",
|
|
@@ -98,7 +116,7 @@
|
|
|
98
116
|
"getRun": "retrieve run",
|
|
99
117
|
"run_id": "run id",
|
|
100
118
|
"modifyRun": "modify run",
|
|
101
|
-
"
|
|
119
|
+
"submitToolOutputsToRun": "submit tool outputs to run",
|
|
102
120
|
"cancelRun": "cancel run",
|
|
103
121
|
"listRunSteps": "list run steps",
|
|
104
122
|
"getRunStep": "retrieve run step",
|
package/locales/en-US/node.json
CHANGED
|
@@ -16,6 +16,23 @@
|
|
|
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",
|
|
23
|
+
"createVectorStoreFileBatch": "create vector stoe file batch",
|
|
24
|
+
"retrieveVectorStoreFileBatch": "retrieve vector store file batch",
|
|
25
|
+
"cancelVectorStoreFileBatch": "cancel vector store file batch",
|
|
26
|
+
"listVectorStoreBatchFiles": "list vector store batch files",
|
|
27
|
+
"createVectorStore": "create vector store",
|
|
28
|
+
"listVectorStores": "list vector stores",
|
|
29
|
+
"retrieveVectorStore": "retrieve vector store",
|
|
30
|
+
"modifyVectorStore": "modify vector store",
|
|
31
|
+
"deleteVectorStore": "delete vector store",
|
|
32
|
+
"createBatch": "create batch",
|
|
33
|
+
"retrieveBatch": "retrieve batch",
|
|
34
|
+
"cancelBatch": "cancel batch",
|
|
35
|
+
"listBatch": "list batch",
|
|
19
36
|
"createChatCompletion": "create chat completion",
|
|
20
37
|
"body": "body",
|
|
21
38
|
"request_body": "Request Body",
|
|
@@ -99,7 +116,7 @@
|
|
|
99
116
|
"getRun": "retrieve run",
|
|
100
117
|
"run_id": "run id",
|
|
101
118
|
"modifyRun": "modify run",
|
|
102
|
-
"
|
|
119
|
+
"submitToolOutputsToRun": "submit tool outputs to run",
|
|
103
120
|
"cancelRun": "cancel run",
|
|
104
121
|
"listRunSteps": "list run steps",
|
|
105
122
|
"getRunStep": "retrieve run step",
|
package/locales/ja/node.json
CHANGED
|
@@ -8,12 +8,27 @@
|
|
|
8
8
|
"header": "Auth Header",
|
|
9
9
|
"organizationId": "Org Id",
|
|
10
10
|
"apiKey": "API Key",
|
|
11
|
-
"isQuery": "isQuery"
|
|
11
|
+
"isQuery": "isQuery",
|
|
12
|
+
"property": "Property"
|
|
12
13
|
},
|
|
13
14
|
"status": {
|
|
14
|
-
"requesting": "requesting"
|
|
15
|
+
"requesting": "requesting",
|
|
16
|
+
"streaming": "streaming"
|
|
15
17
|
},
|
|
16
18
|
"parameters": {
|
|
19
|
+
"createVectorStoreFileBatch": "create vector stoe file batch",
|
|
20
|
+
"retrieveVectorStoreFileBatch": "retrieve vector store file batch",
|
|
21
|
+
"cancelVectorStoreFileBatch": "cancel vector store file batch",
|
|
22
|
+
"listVectorStoreBatchFiles": "list vector store batch files",
|
|
23
|
+
"createVectorStore": "create vector store",
|
|
24
|
+
"listVectorStores": "list vector stores",
|
|
25
|
+
"retrieveVectorStore": "retrieve vector store",
|
|
26
|
+
"modifyVectorStore": "modify vector store",
|
|
27
|
+
"deleteVectorStore": "delete vector store",
|
|
28
|
+
"createBatch": "create batch",
|
|
29
|
+
"retrieveBatch": "retrieve batch",
|
|
30
|
+
"cancelBatch": "cancel batch",
|
|
31
|
+
"listBatch": "list batch",
|
|
17
32
|
"createChatCompletion": "create chat completion",
|
|
18
33
|
"body": "body",
|
|
19
34
|
"request_body": "Request Body",
|
|
@@ -97,7 +112,7 @@
|
|
|
97
112
|
"getRun": "retrieve run",
|
|
98
113
|
"run_id": "run id",
|
|
99
114
|
"modifyRun": "modify run",
|
|
100
|
-
"
|
|
115
|
+
"submitToolOutputsToRun": "submit tool outputs to run",
|
|
101
116
|
"cancelRun": "cancel run",
|
|
102
117
|
"listRunSteps": "list run steps",
|
|
103
118
|
"getRunStep": "retrieve run step",
|
package/locales/zh-CN/node.json
CHANGED
|
@@ -8,13 +8,31 @@
|
|
|
8
8
|
"header": "Auth Header",
|
|
9
9
|
"organizationId": "Org Id",
|
|
10
10
|
"apiKey": "API Key",
|
|
11
|
-
"isQuery": "isQuery"
|
|
11
|
+
"isQuery": "isQuery",
|
|
12
|
+
"property": "Property"
|
|
12
13
|
},
|
|
13
14
|
"status": {
|
|
14
15
|
"requesting": "requesting",
|
|
15
16
|
"streaming": "streaming"
|
|
16
17
|
},
|
|
17
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",
|
|
23
|
+
"createVectorStoreFileBatch": "create vector stoe file batch",
|
|
24
|
+
"retrieveVectorStoreFileBatch": "retrieve vector store file batch",
|
|
25
|
+
"cancelVectorStoreFileBatch": "cancel vector store file batch",
|
|
26
|
+
"listVectorStoreBatchFiles": "list vector store batch files",
|
|
27
|
+
"createVectorStore": "create vector store",
|
|
28
|
+
"listVectorStores": "list vector stores",
|
|
29
|
+
"retrieveVectorStore": "retrieve vector store",
|
|
30
|
+
"modifyVectorStore": "modify vector store",
|
|
31
|
+
"deleteVectorStore": "delete vector store",
|
|
32
|
+
"createBatch": "create batch",
|
|
33
|
+
"retrieveBatch": "retrieve batch",
|
|
34
|
+
"cancelBatch": "cancel batch",
|
|
35
|
+
"listBatch": "list batch",
|
|
18
36
|
"createChatCompletion": "create chat completion",
|
|
19
37
|
"body": "body",
|
|
20
38
|
"request_body": "Request Body",
|
|
@@ -98,7 +116,7 @@
|
|
|
98
116
|
"getRun": "retrieve run",
|
|
99
117
|
"run_id": "run id",
|
|
100
118
|
"modifyRun": "modify run",
|
|
101
|
-
"
|
|
119
|
+
"submitToolOutputsToRun": "submit tool outputs to run",
|
|
102
120
|
"cancelRun": "cancel run",
|
|
103
121
|
"listRunSteps": "list run steps",
|
|
104
122
|
"getRunStep": "retrieve run step",
|