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 = {
120const max_2k = 2047;120const max_2k = 2047;
121const max_4k = 4095;121const max_4k = 4095;
122const max_8k = 8191;122const max_8k = 8191;
123const max_12k = 12287;
124const max_16k = 16383;123const max_16k = 16383;
125const max_32k = 32767;124const max_32k = 32767;
126const max_64k = 65535;125const max_64k = 65535;