Skip to content

Commit a860ced

Browse files
wip: personal defaults for testing-branch (website only)
1 parent d1e09f8 commit a860ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/server/webui/src/lib/constants/settings-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const SETTING_CONFIG_DEFAULT: Record<string, string | number | boolean> =
88
showThoughtInProgress: true,
99
showToolCalls: true,
1010
disableReasoningFormat: false,
11-
keepStatsVisible: true,
11+
keepStatsVisible: false,
1212
showMessageStats: true,
1313
askForTitleConfirmation: false,
1414
pasteLongTextToFileLen: 2500,

0 commit comments

Comments
 (0)