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 d9320fd commit ddba4a8Copy full SHA for ddba4a8
src/lib/constants.ts
@@ -5,7 +5,7 @@ export const DEFAULT_SETTINGS: Settings = {
5
apiKey: '',
6
modelName: 'gpt-5-nano',
7
preferences: 'Only include posts from solo builders when they share real, specific work on their product.',
8
- postLimit: 1000
+ postLimit: 100
9
}
10
11
export const INITIAL_PROCESSING_STATE: ProcessingState = {
0 commit comments