@promptbook/openai 0.34.0-1 โ 0.34.1
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/esm/typings/conversion/parseCommand.test.d.ts +0 -1
- package/esm/typings/execution/plugins/natural-execution-tools/remote/runRemoteServer.d.ts +1 -1
- package/package.json +2 -2
- package/umd/typings/conversion/parseCommand.test.d.ts +0 -1
- package/umd/typings/execution/plugins/natural-execution-tools/remote/runRemoteServer.d.ts +1 -1
|
@@ -13,5 +13,5 @@ export declare function runRemoteServer(options: RemoteServerOptions): void;
|
|
|
13
13
|
* TODO: Handle progress - support streaming
|
|
14
14
|
* TODO: [๐คนโโ๏ธ] Do not hang up immediately but wait until client closes OR timeout
|
|
15
15
|
* TODO: [๐คนโโ๏ธ] Timeout on chat to free up resources
|
|
16
|
-
* TODO: [๐] Pass here some security token to prevent DDoS
|
|
16
|
+
* TODO: [๐] Pass here some security token to prevent malitious usage and/or DDoS
|
|
17
17
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@promptbook/openai",
|
|
3
|
-
"version": "0.34.
|
|
3
|
+
"version": "0.34.1",
|
|
4
4
|
"description": "Library to supercharge your use of large language models",
|
|
5
5
|
"private": false,
|
|
6
6
|
"sideEffects": false,
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"openai": "4.2.0"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"@promptbook/core": "0.34.
|
|
40
|
+
"@promptbook/core": "0.34.1"
|
|
41
41
|
},
|
|
42
42
|
"main": "./umd/index.umd.js",
|
|
43
43
|
"module": "./esm/index.es.js",
|
|
@@ -13,5 +13,5 @@ export declare function runRemoteServer(options: RemoteServerOptions): void;
|
|
|
13
13
|
* TODO: Handle progress - support streaming
|
|
14
14
|
* TODO: [๐คนโโ๏ธ] Do not hang up immediately but wait until client closes OR timeout
|
|
15
15
|
* TODO: [๐คนโโ๏ธ] Timeout on chat to free up resources
|
|
16
|
-
* TODO: [๐] Pass here some security token to prevent DDoS
|
|
16
|
+
* TODO: [๐] Pass here some security token to prevent malitious usage and/or DDoS
|
|
17
17
|
*/
|