Skip to content

Commit

Permalink
Merge pull request #106 from mcoliver/patch-1
Browse files Browse the repository at this point in the history
Update config.ts to add maxTokens default
  • Loading branch information
marcelovicentegc authored Jan 6, 2024
2 parents 790aae5 + 2f185b2 commit 0bd16b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ export const defaultConfig: Config = {
match: "https://www.builder.io/c/docs/**",
maxPagesToCrawl: 50,
outputFileName: "output.json",
maxTokens: 2000000,
};

0 comments on commit 0bd16b5

Please sign in to comment.