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 8680180 commit d9320fdCopy full SHA for d9320fd
src/lib/constants.ts
@@ -4,7 +4,7 @@ export const DEFAULT_SETTINGS: Settings = {
4
apiUrl: 'https://api.openai.com/v1/chat/completions',
5
apiKey: '',
6
modelName: 'gpt-5-nano',
7
- preferences: '',
+ preferences: 'Only include posts from solo builders when they share real, specific work on their product.',
8
postLimit: 1000
9
}
10
0 commit comments