hotfix for rwkv

This commit is contained in:
Concedo 2023-06-13 23:38:41 +08:00
parent 9db2ec068f
commit 82cf97ce92
3 changed files with 3 additions and 3 deletions

View file

@ -224,7 +224,7 @@ maxctx = 2048
maxlen = 256
modelbusy = False
defaultport = 5001
KcppVersion = "1.30"
KcppVersion = "1.30.1"
class ServerRequestHandler(http.server.SimpleHTTPRequestHandler):
sys_version = ""