Skip to content

Commit

Permalink
Update config.ts to add maxTokens default
Browse files Browse the repository at this point in the history
OpenAI maxTokens is 2000000.  Having this as a default may help new users
  • Loading branch information
mcoliver authored Dec 6, 2023
1 parent 9d536ec commit c630fc5
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 c630fc5

Please sign in to comment.