Run eslint

8e20ebb534189d9e17baa1475949761aa4a0e017

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -2Ignore whitespace
public/script.js+2 -2
@@ -1254,8 +1254,8 @@ async function getStatusTextgen() {
12541254 const data = await response.json();
12551255 if (data) {
12561256 const { chat_template, chat_template_hash } = data;
12571257 if (wantsContextSize && "'default_generation_settings"' in data) {
12581258 const backend_max_context = data["'default_generation_settings"']["'n_ctx"'];
12591259 const old_value = max_context;
12601260 if (max_context !== backend_max_context) {
12611261 setGenerationParamsFromPreset({ max_length: backend_max_context }, true);