From 17ee719c56b903fc1a9a35919ad3d042e80b7be5 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Mon, 25 Sep 2023 17:50:00 +0800 Subject: [PATCH] improved remotelink cmd, fixed lib unload, updated class.py --- Remote-Link.cmd | 20 ++++++++++++++++++-- class.py | 25 +++++++++++++------------ koboldcpp.py | 23 ++++++++++++++++++++++- 3 files changed, 53 insertions(+), 15 deletions(-) diff --git a/Remote-Link.cmd b/Remote-Link.cmd index c1c0d24fb..a7c1f1109 100644 --- a/Remote-Link.cmd +++ b/Remote-Link.cmd @@ -1,2 +1,18 @@ -curl -L https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-windows-amd64.exe -o cloudflared.exe -cloudflared.exe tunnel --url localhost:5001 \ No newline at end of file +: # This script will help setup a cloudflared tunnel for accessing KoboldCpp over the internet +: # It should work out of the box on both linux and windows +: # ====== +: # WINDOWS PORTION +:<