From af41c8b145505bf7f7fc12d6e960c194f5c29fa8 Mon Sep 17 00:00:00 2001 From: somebody Date: Wed, 12 Oct 2022 13:50:53 -0500 Subject: [PATCH] clean --- static/koboldai.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/koboldai.js b/static/koboldai.js index ab4e9c28..be72cfbd 100644 --- a/static/koboldai.js +++ b/static/koboldai.js @@ -2610,7 +2610,6 @@ function calc_token_usage( world_info_length, submit_length ) { - //submit_tokens = token_length(document.getElementById("input_text").value); let total_tokens = parseInt(document.getElementById('model_max_length_cur').value); let unused_token_count = total_tokens - memory_length - authors_note_length - world_info_length - prompt_length - game_text_length - submit_length;