There was an error while loading. Please reload this page.
1 parent 4150da9 commit c1c42f1Copy full SHA for c1c42f1
2 files changed
tools/server/public/index.html.gz
14 Bytes
tools/server/webui/src/lib/stores/chat.svelte.ts
@@ -1461,8 +1461,7 @@ class ChatStore {
1461
if (hasValue(currentConfig.dry_penalty_last_n))
1462
apiOptions.dry_penalty_last_n = Number(currentConfig.dry_penalty_last_n);
1463
if (currentConfig.samplers) apiOptions.samplers = currentConfig.samplers;
1464
- if (currentConfig.backend_sampling)
1465
- apiOptions.backend_sampling = currentConfig.backend_sampling;
+ apiOptions.backend_sampling = currentConfig.backend_sampling;
1466
if (currentConfig.custom) apiOptions.custom = currentConfig.custom;
1467
1468
return apiOptions;
0 commit comments