diff --git a/KoboldAI-Horde-Bridge b/KoboldAI-Horde-Bridge index 7a732780..20e8701d 160000 --- a/KoboldAI-Horde-Bridge +++ b/KoboldAI-Horde-Bridge @@ -1 +1 @@ -Subproject commit 7a7327804ff10182adf8cda48e97784958699a49 +Subproject commit 20e8701dd27d478ff405f4ac6e2042edf06174df diff --git a/aiserver.py b/aiserver.py index 0d4c1e6b..ea52cf64 100644 --- a/aiserver.py +++ b/aiserver.py @@ -10752,6 +10752,8 @@ def run(): if(koboldai_vars.host): if(args.localtunnel): + public_ip = requests.get("https://ipv4.icanhazip.com/") + logger.message(f"The Public IP of this machine is : {public_ip.text}") import subprocess, shutil localtunnel = subprocess.Popen([shutil.which('lt'), '-p', str(port), 'http'], stdout=subprocess.PIPE) attempts = 0 diff --git a/environments/huggingface.yml b/environments/huggingface.yml index af16423e..e99f4db8 100644 --- a/environments/huggingface.yml +++ b/environments/huggingface.yml @@ -38,7 +38,6 @@ dependencies: - accelerate==0.18.0 - git+https://github.com/VE-FORBRYDERNE/mkultra - flask-session - - python-socketio[client] - ansi2html - flask_compress - ijson diff --git a/static/klite.html b/static/klite.html index 0893ebbe..8f3e55d1 100644 --- a/static/klite.html +++ b/static/klite.html @@ -3,7 +3,7 @@