From deb55c1eef7528deaecf8b98a758dc36b6f5dbb0 Mon Sep 17 00:00:00 2001 From: Ash Date: Wed, 25 Jan 2023 17:17:30 +0400 Subject: [PATCH] fix --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 69dffbea1..15312d682 100644 --- a/public/index.html +++ b/public/index.html @@ -646,7 +646,7 @@ }else{ this_max_context = 2048-60;//fix for fat tokens if(model_novel == 'krake-v2'){ - this_max_context-=110; + this_max_context-=160; } } }