From a2e351921812b123ab8601c27a491fc4b34ed8ab Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Thu, 27 Mar 2025 20:54:06 +0200 Subject: [PATCH] Fix eslint --- public/scripts/openai.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/scripts/openai.js b/public/scripts/openai.js index 775fad33a..21f12d85a 100644 --- a/public/scripts/openai.js +++ b/public/scripts/openai.js @@ -120,7 +120,6 @@ const default_bias_presets = { const max_2k = 2047; const max_4k = 4095; const max_8k = 8191; -const max_12k = 12287; const max_16k = 16383; const max_32k = 32767; const max_64k = 65535;