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 c630fc5 commit 2f185b2Copy full SHA for 2f185b2
config.ts
@@ -5,5 +5,5 @@ export const defaultConfig: Config = {
5
match: "https://www.builder.io/c/docs/**",
6
maxPagesToCrawl: 50,
7
outputFileName: "output.json",
8
- maxTokens?: 2000000,
+ maxTokens: 2000000,
9
};
0 commit comments