@promptbook/cli
Advanced tools
Comparing version 0.44.0-6 to 0.44.0-7
@@ -5,1 +5,5 @@ /** | ||
export declare const LOOP_LIMIT = 1000; | ||
/** | ||
* The maximum number of iterations for a loops which adds characters one by one | ||
*/ | ||
export declare const CHARACTER_LOOP_LIMIT = 100000; |
{ | ||
"name": "@promptbook/cli", | ||
"version": "0.44.0-6", | ||
"version": "0.44.0-7", | ||
"description": "Library to supercharge your use of large language models", | ||
@@ -45,3 +45,3 @@ "private": false, | ||
"peerDependencies": { | ||
"@promptbook/core": "0.44.0-6" | ||
"@promptbook/core": "0.44.0-7" | ||
}, | ||
@@ -48,0 +48,0 @@ "main": "./umd/index.umd.js", |
@@ -5,1 +5,5 @@ /** | ||
export declare const LOOP_LIMIT = 1000; | ||
/** | ||
* The maximum number of iterations for a loops which adds characters one by one | ||
*/ | ||
export declare const CHARACTER_LOOP_LIMIT = 100000; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
603718
9604