Added backwards compatibility to an earlier version of NeoX.

This commit is contained in:
Concedo 2023-04-25 20:34:18 +08:00
parent bff998f871
commit 5eec5d6ed9
6 changed files with 49 additions and 21 deletions

View file

@ -148,7 +148,7 @@ maxctx = 2048
maxlen = 128
modelbusy = False
defaultport = 5001
KcppVersion = "1.13.1"
KcppVersion = "1.14"
class ServerRequestHandler(http.server.SimpleHTTPRequestHandler):
sys_version = ""