Skip to content

Commit d9320fd

Browse files
committed
fix: update preferences in DEFAULT_SETTINGS for clarity
1 parent 8680180 commit d9320fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const DEFAULT_SETTINGS: Settings = {
44
apiUrl: 'https://api.openai.com/v1/chat/completions',
55
apiKey: '',
66
modelName: 'gpt-5-nano',
7-
preferences: '',
7+
preferences: 'Only include posts from solo builders when they share real, specific work on their product.',
88
postLimit: 1000
99
}
1010

0 commit comments

Comments
 (0)