Fix eslint

a2e351921812b123ab8601c27a491fc4b34ed8ab

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

1 files changed, +0 -1Showing whitespace changes
public/scripts/openai.js+0 -1
@@ -120,7 +120,6 @@ const default_bias_presets = {
120120const max_2k = 2047;
121121const max_4k = 4095;
122122const max_8k = 8191;
123-const max_12k = 12287;
124123const max_16k = 16383;
125124const max_32k = 32767;
126125const max_64k = 65535;