Skip to content

Commit 8d7cf91

Browse files
wip: personal defaults for testing-branch (website only)
1 parent 992e0d6 commit 8d7cf91

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
@@ -13,7 +13,7 @@ export const SETTING_CONFIG_DEFAULT: Record<string, string | number | boolean> =
1313
pdfAsImage: false,
1414
showModelInfo: false,
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)