Skip to content

Commit a7cf78d

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ export const SETTING_CONFIG_DEFAULT: Record<string, string | number | boolean> =
44
apiKey: '',
55
systemMessage: '',
66
theme: 'system',
7-
showTokensPerSecond: false,
8-
showThoughtInProgress: false,
7+
showTokensPerSecond: true,
8+
showThoughtInProgress: true,
99
disableReasoningFormat: false,
10-
keepStatsVisible: false,
10+
keepStatsVisible: true,
1111
askForTitleConfirmation: false,
1212
pasteLongTextToFileLen: 2500,
1313
pdfAsImage: false,
14-
showModelInfo: false,
14+
showModelInfo: true,
1515
renderUserContentAsMarkdown: false,
16-
modelSelectorEnabled: false,
16+
modelSelectorEnabled: true,
1717
// make sure these default values are in sync with `common.h`
1818
samplers: 'top_k;typ_p;top_p;min_p;temperature',
1919
temperature: 0.8,

0 commit comments

Comments
 (0)