@promptbook/openai 0.34.0-1 โ†’ 0.34.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.
@@ -1,5 +1,4 @@
1
1
  export {};
2
2
  /**
3
3
  * TODO: [๐Ÿง ] Probbably change syntax MODEL VARIANT -> MODEL
4
- * TODO: !!! Allow to skip segments SKIP IF {foo} NOT DEFINED
5
4
  */
@@ -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.0-1",
3
+ "version": "0.34.0",
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.0-1"
40
+ "@promptbook/core": "0.34.0"
41
41
  },
42
42
  "main": "./umd/index.umd.js",
43
43
  "module": "./esm/index.es.js",
@@ -1,5 +1,4 @@
1
1
  export {};
2
2
  /**
3
3
  * TODO: [๐Ÿง ] Probbably change syntax MODEL VARIANT -> MODEL
4
- * TODO: !!! Allow to skip segments SKIP IF {foo} NOT DEFINED
5
4
  */
@@ -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
  */