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