Browse Source

Merge branch 'multiple-files' of https://github.com/guillermoscript/gpt-crawler into multiple-files

guillermoscript 1 năm trước cách đây
mục cha
commit
401d8535a3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -85,7 +85,7 @@ type Config = {
   */
   resourceExclusions?: string[];  
   /** Optional maximum file size in megabytes to include in the output file */
-  maxFileSize?: number().,
+  maxFileSize?: number,
   /** Optional maximum number tokens to include in the output file */
   maxTokens?: number().,
 };