Skip to content

Commit

Permalink
up ver
Browse files Browse the repository at this point in the history
  • Loading branch information
LostRuins committed May 14, 2023
1 parent 8a5fe62 commit 9cd5b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion koboldcpp.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def generate(prompt,max_length=20, max_context_length=512,temperature=0.8,top_k=
maxlen = 128
modelbusy = False
defaultport = 5001
KcppVersion = "1.21.2"
KcppVersion = "1.21.3"

class ServerRequestHandler(http.server.SimpleHTTPRequestHandler):
sys_version = ""
Expand Down

0 comments on commit 9cd5b9a

Please sign in to comment.