Skip to content

Commit c630fc5

Browse files
authored
Update config.ts to add maxTokens default
OpenAI maxTokens is 2000000. Having this as a default may help new users
1 parent 9d536ec commit c630fc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ export const defaultConfig: Config = {
55
match: "https://www.builder.io/c/docs/**",
66
maxPagesToCrawl: 50,
77
outputFileName: "output.json",
8+
maxTokens?: 2000000,
89
};

0 commit comments

Comments
 (0)