diff --git a/config.ts b/config.ts index 2eef8a0b..f5c958df 100644 --- a/config.ts +++ b/config.ts @@ -5,5 +5,5 @@ export const defaultConfig: Config = { match: "https://www.builder.io/c/docs/**", maxPagesToCrawl: 50, outputFileName: "output.json", - maxTokens?: 2000000, + maxTokens: 2000000, };