mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 17:14:36 +00:00
populate better server identifier headers.
This commit is contained in:
parent
5de7ed3d56
commit
06a3ee4c3b
1 changed files with 2 additions and 2 deletions
|
@ -2688,8 +2688,8 @@ def LaunchWebbrowser(target_url, failedmsg):
|
|||
### we are intentionally NOT using flask, because we want MINIMAL dependencies
|
||||
#################################################################
|
||||
class KcppServerRequestHandler(http.server.SimpleHTTPRequestHandler):
|
||||
sys_version = ""
|
||||
server_version = "ConcedoLlamaForKoboldServer"
|
||||
sys_version = "1"
|
||||
server_version = "KoboldCppServer"
|
||||
|
||||
def __init__(self, addr, port):
|
||||
self.addr = addr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue