Skip to content

Commit 0bd16b5

Browse files
Merge pull request #106 from mcoliver/patch-1
Update config.ts to add maxTokens default
2 parents 790aae5 + 2f185b2 commit 0bd16b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ export const defaultConfig: Config = {
55
match: "https://www.builder.io/c/docs/**",
66
maxPagesToCrawl: 50,
77
outputFileName: "output.json",
8+
maxTokens: 2000000,
89
};

0 commit comments

Comments
 (0)