We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05d497f commit ca4a2a5Copy full SHA for ca4a2a5
README.md
@@ -79,7 +79,7 @@ type Config = {
79
/** File name for the finished data */
80
outputFileName: string;
81
/** Optional maximum file size in megabytes to include in the output file */
82
- maxFileSize?: number().,
+ maxFileSize?: number,
83
/** Optional maximum number tokens to include in the output file */
84
maxTokens?: number().,
85
};
0 commit comments