From 7418bca9103cc091d2be71e9e02aa610058b7f05 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Fri, 8 Dec 2023 19:20:30 +0800 Subject: [PATCH] up ver --- koboldcpp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koboldcpp.py b/koboldcpp.py index f60551481bd23..a12dcc5f2634e 100755 --- a/koboldcpp.py +++ b/koboldcpp.py @@ -394,7 +394,7 @@ def bring_terminal_to_foreground(): modelbusy = threading.Lock() requestsinqueue = 0 defaultport = 5001 -KcppVersion = "1.51.1" +KcppVersion = "1.52" showdebug = True showsamplerwarning = True showmaxctxwarning = True