mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Merge branch 'Model_Plugins' of https://github.com/ebolam/KoboldAI into Model_Plugins
This commit is contained in:
Submodule KoboldAI-Horde-Bridge updated: 7a7327804f...20e8701dd2
@@ -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
|
||||
|
@@ -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
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user