Skip to content

Commit

Permalink
up ver
Browse files Browse the repository at this point in the history
  • Loading branch information
LostRuins committed May 18, 2023
1 parent f65bae7 commit f5e1fe4
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 @@ -200,7 +200,7 @@ def generate(prompt,max_length=20, max_context_length=512,temperature=0.8,top_k=
maxlen = 128
modelbusy = False
defaultport = 5001
KcppVersion = "1.23"
KcppVersion = "1.23.1"

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

0 comments on commit f5e1fe4

Please sign in to comment.