Skip to content

Commit 401d853

Browse files
Merge branch 'multiple-files' of https://github.com/guillermoscript/gpt-crawler into multiple-files
2 parents fa2d2ba + ca4a2a5 commit 401d853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ type Config = {
8585
*/
8686
resourceExclusions?: string[];
8787
/** Optional maximum file size in megabytes to include in the output file */
88-
maxFileSize?: number().,
88+
maxFileSize?: number,
8989
/** Optional maximum number tokens to include in the output file */
9090
maxTokens?: number().,
9191
};

0 commit comments

Comments
 (0)